AccessibilityNodeInfo.ActionNextAtMovementGranularity フィールド

定義

注意事項

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

特定の移動粒度で、このノードのテキスト内の次のエンティティへの移動を要求するアクション。

[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

フィールド値

Value = 256

実装

属性

注釈

特定の移動粒度で、このノードのテキスト内の次のエンティティへの移動を要求するアクション。 たとえば、次の文字や単語などに移動します。

<strong>Arguments:</strong>#ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT<、 #ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN<br><strong>Example:</strong> 前の文字に移動し、選択範囲を拡張しません。 <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); </事前>

</p>

android.view.accessibility.AccessibilityNodeInfo.ACTION_NEXT_AT_MOVEMENT_GRANULARITYJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

こちらもご覧ください