AccessibilityNodeInfo.ActionNextAtMovementGranularity Campo
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.
Ação que solicita ir para a próxima entidade no texto desse nó em uma determinada granularidade de movimento.
[Android.Runtime.Register("ACTION_NEXT_AT_MOVEMENT_GRANULARITY")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.", true)]
public const Android.Views.Accessibility.Action ActionNextAtMovementGranularity = 256;
[<Android.Runtime.Register("ACTION_NEXT_AT_MOVEMENT_GRANULARITY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.", true)>]
val mutable ActionNextAtMovementGranularity : Android.Views.Accessibility.Action
Valor do campo
Value = 256Implementações
- Atributos
Comentários
Ação que solicita ir para a próxima entidade no texto desse nó em uma determinada granularidade de movimento. Por exemplo, vá para o próximo caractere, palavra etc.
<
>Strong Arguments:</strong>#ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT<, #ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN<br><strong>Example:</strong> Move to the previous character and do not extend selection.
<pre><p> Bundle arguments = new Bundle(); arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT, AccessibilityNodeInfo.MOVEMENT_GRANULARITY_CHARACTER); arguments.putBoolean(AccessibilityNodeInfo.ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN, false); info.performAction(AccessibilityNodeInfo.ACTION_NEXT_AT_MOVEMENT_GRANULARITY, arguments);
</pre>
</p>
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.