다음을 통해 공유


TextView.BringPointIntoView 메서드

정의

오버로드

BringPointIntoView(Int32)

필요한 경우 오프셋으로 지정된 점을 보기로 이동합니다.

BringPointIntoView(Int32, Boolean)

지정된 오프셋의 삽입 위치를 보기의 표시 영역으로 이동합니다.

BringPointIntoView(Int32)

필요한 경우 오프셋으로 지정된 점을 보기로 이동합니다.

[Android.Runtime.Register("bringPointIntoView", "(I)Z", "GetBringPointIntoView_IHandler")]
public virtual bool BringPointIntoView (int offset);
[<Android.Runtime.Register("bringPointIntoView", "(I)Z", "GetBringPointIntoView_IHandler")>]
abstract member BringPointIntoView : int -> bool
override this.BringPointIntoView : int -> bool

매개 변수

offset
Int32

반환

특성

설명

필요한 경우 오프셋으로 지정된 점을 보기로 이동합니다. 레이아웃 후에 호출해야 합니다. 변경된 내용이 있으면 true를 반환합니다.

에 대한 android.widget.TextView.bringPointIntoView(int)Java 설명서

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

적용 대상

BringPointIntoView(Int32, Boolean)

지정된 오프셋의 삽입 위치를 보기의 표시 영역으로 이동합니다.

[Android.Runtime.Register("bringPointIntoView", "(IZ)Z", "GetBringPointIntoView_IZHandler", ApiSince=34)]
public virtual bool BringPointIntoView (int offset, bool requestRectWithoutFocus);
[<Android.Runtime.Register("bringPointIntoView", "(IZ)Z", "GetBringPointIntoView_IZHandler", ApiSince=34)>]
abstract member BringPointIntoView : int * bool -> bool
override this.BringPointIntoView : int * bool -> bool

매개 변수

offset
Int32

문자의 오프셋입니다.

requestRectWithoutFocus
Boolean

할당되지 않은 상태에서 호출 View#requestRectangleOnScreen(Rect) 하는 경우 True입니다. 뷰만 호출하면 포커스가 있는 False입니다.

반환

변경된 내용이 있으면 true이고, 그렇지 않으면 false입니다.

특성

설명

지정된 오프셋의 삽입 위치를 보기의 표시 영역으로 이동합니다.

뷰가 포커스가 있거나 requestRectWithoutFocus true로 설정된 경우 이 API는 필요한 경우 표시 영역으로 지점을 가져오기 위해 호출 View#requestRectangleOnScreen(Rect) 할 수 있습니다.

에 대한 android.widget.TextView.bringPointIntoView(int, boolean)Java 설명서

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

적용 대상