AccessibilityNodeInfo.ActionPreviousAtMovementGranularity 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 entidade anterior no texto desse nó em uma determinada granularidade de movimento.
[Android.Runtime.Register("ACTION_PREVIOUS_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 ActionPreviousAtMovementGranularity = 512;
[<Android.Runtime.Register("ACTION_PREVIOUS_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 ActionPreviousAtMovementGranularity : Android.Views.Accessibility.Action
Valor do campo
Value = 512Implementações
- Atributos
Comentários
Ação que solicita ir para a entidade anterior 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 next 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_PREVIOUS_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.