次の方法で共有


BaseInputConnection.InterfaceConsts.CursorUpdateFilterCharacterBounds フィールド

定義

注意事項

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) カーソル/アンカー位置が CursorAnchorInfo#getCharacterBounds(int) 変更されるたびに、新しい文字境界を使用します。

[Android.Runtime.Register("CURSOR_UPDATE_FILTER_CHARACTER_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 CursorUpdateFilterCharacterBounds = 8;
[<Android.Runtime.Register("CURSOR_UPDATE_FILTER_CHARACTER_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 CursorUpdateFilterCharacterBounds : Android.Views.InputMethods.CursorUpdateFilter

フィールド値

Value = 8
属性

注釈

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

このフラグは、他のフィルターと組み合わせることができます。 #CURSOR_UPDATE_FILTER_EDITOR_BOUNDS#CURSOR_UPDATE_FILTER_VISIBLE_LINE_BOUNDS#CURSOR_UPDATE_FILTER_TEXT_APPEARANCE#CURSOR_UPDATE_FILTER_INSERTION_MARKER#CURSOR_UPDATE_IMMEDIATE#CURSOR_UPDATE_MONITOR

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象