Sprache

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, zur nächsten Entität im Text dieses Knotens bei einer bestimmten Bewegungs granularität 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, zur nächsten Entität im Text dieses Knotens bei einer bestimmten Bewegungs granularität 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>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>

Java Dokumentation für android.view.accessibility.AccessibilityNodeInfo.ACTION_NEXT_AT_MOVEMENT_GRANULARITY.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

Weitere Informationen