次の方法で共有


InputConnection.CursorUpdateFilterEditorBounds フィールド

定義

注意事項

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

エディターは、 を呼び出すように要求されますInputMethodManager#updateCursorAnchorInfo(android.view.View, CursorAnchorInfo) カーソル/アンカー位置が変更されるたびに、new EditorBoundsInfo を使用します。

[Android.Runtime.Register("CURSOR_UPDATE_FILTER_EDITOR_BOUNDS", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.CursorUpdateFilter enum directly instead of this field.", true)]
public const Android.Views.InputMethods.CursorUpdateFilter CursorUpdateFilterEditorBounds = 4;
[<Android.Runtime.Register("CURSOR_UPDATE_FILTER_EDITOR_BOUNDS", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.CursorUpdateFilter enum directly instead of this field.", true)>]
val mutable CursorUpdateFilterEditorBounds : Android.Views.InputMethods.CursorUpdateFilter

フィールド値

Value = 4
属性

注釈

カーソル/アンカー位置が変更されるたびに、エディターは new EditorBoundsInfo を使用して を呼び出すようにInputMethodManager#updateCursorAnchorInfo(android.view.View, CursorAnchorInfo)要求されます。 監視を無効にするには、このフラグをオフにしてもう一度 を呼び出 InputConnection#requestCursorUpdates(int) します。

このフラグは、および 更新フラグ および のフィルター #CURSOR_UPDATE_FILTER_VISIBLE_LINE_BOUNDS#CURSOR_UPDATE_FILTER_INSERTION_MARKER#CURSOR_UPDATE_FILTER_TEXT_APPEARANCE#CURSOR_UPDATE_FILTER_CHARACTER_BOUNDSと共に使用できます。#CURSOR_UPDATE_MONITOR#CURSOR_UPDATE_IMMEDIATE

の Java ドキュメント android.view.inputmethod.InputConnection.CURSOR_UPDATE_FILTER_EDITOR_BOUNDS

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

適用対象