共用方式為


AccessibilityNodeInfo.ActionPreviousAtMovementGranularity 欄位

定義

警告

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

要求移至此節點文字中指定移動粒度上一個實體的動作。

[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

欄位值

Value = 512

實作

屬性

備註

要求移至此節點文字中指定移動粒度上一個實體的動作。 例如,移至下一個字元、單字等。

<strong>Arguments:</strong>#ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT<, #ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN<br><strong>Example:</strong> Move to the next 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_PREVIOUS_AT_MOVEMENT_GRANULARITY, arguments); </前>

</p>

android.view.accessibility.AccessibilityNodeInfo.ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITYJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

另請參閱