Langue

AccessibilityNodeInfo.ActionNextAtMovementGranularity Champ

Définition

Attention

This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.

Action qui demande d’accéder à l’entité suivante dans le texte de ce nœud à une granularité de mouvement donnée.

[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

Valeur de champ

Value = 256

Implémente

Attributs

Remarques

Action qui demande d’accéder à l’entité suivante dans le texte de ce nœud à une granularité de mouvement donnée. Par exemple, passez au caractère suivant, au mot, etc.

<arguments forts>:</strong><#ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT, #ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN<br><strong>Example :</strong> Move to the previous character and 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>

Java documentation pour android.view.accessibility.AccessibilityNodeInfo.ACTION_NEXT_AT_MOVEMENT_GRANULARITY.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

Voir aussi