다음을 통해 공유


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

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

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

적용 대상