Freigeben über


AccessibilityNodeInfo.ActionNextAtMovementGranularity Feld

Definition

Achtung

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

Aktion, die anfordert, mit einer bestimmten Bewegungsgranularität zur nächsten Entität im Text dieses Knotens zu wechseln.

[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

Feldwert

Value = 256

Implementiert

Attribute

Hinweise

Aktion, die anfordert, mit einer bestimmten Bewegungsgranularität zur nächsten Entität im Text dieses Knotens zu wechseln. Wechseln Sie z. B. zum nächsten Zeichen, Wort usw.

<strong>Arguments:</strong>#ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT<, #ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN<br><strong>Beispiel:</strong> Verschieben Sie zum vorherigen Zeichen, und erweitern Sie die Auswahl nicht. <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-Dokumentation für android.view.accessibility.AccessibilityNodeInfo.ACTION_NEXT_AT_MOVEMENT_GRANULARITY.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

Weitere Informationen