다음을 통해 공유


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_INSERTION_MARKER#CURSOR_UPDATE_FILTER_TEXT_APPEARANCE및 업데이트 플래그 #CURSOR_UPDATE_IMMEDIATE#CURSOR_UPDATE_MONITOR)와 결합할 수 있습니다.

에 대한 android.view.inputmethod.InputConnection.CURSOR_UPDATE_FILTER_CHARACTER_BOUNDSJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상