次の方法で共有


InputConnection.CursorUpdateFilterVisibleLineBounds フィールド

定義

注意事項

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#getVisibleLineBounds() がある場合は、エディターまたはその親がスクロールされるか、テキストの更新によって行境界が変更されます。

[Android.Runtime.Register("CURSOR_UPDATE_FILTER_VISIBLE_LINE_BOUNDS", ApiSince=34)]
[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 CursorUpdateFilterVisibleLineBounds = 32;
[<Android.Runtime.Register("CURSOR_UPDATE_FILTER_VISIBLE_LINE_BOUNDS", ApiSince=34)>]
[<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 CursorUpdateFilterVisibleLineBounds : Android.Views.InputMethods.CursorUpdateFilter

フィールド値

Value = 32
属性

注釈

カーソル/アンカー位置が変更されたり、エディターまたはその親がスクロールされたり、テキストの更新によって行境界CursorAnchorInfo#getVisibleLineBounds()が変更されたりするたびに、エディターは新しい表示される行境界を使用して呼び出InputMethodManager#updateCursorAnchorInfo(android.view.View, CursorAnchorInfo)す必要があります。 監視を無効にするには、このフラグをオフにしてもう一度呼び出 InputConnection#requestCursorUpdates(int) します。

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

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

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

適用対象