Home
last modified time | relevance | path

Searched refs:textHorizontalOffset (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java4803 int textHorizontalOffset = mTextView.viewportToContentHorizontalOffset(); in onGetContentRect() local
4806 (int) Math.floor(mSelectionBounds.left + textHorizontalOffset), in onGetContentRect()
4808 (int) Math.ceil(mSelectionBounds.right + textHorizontalOffset), in onGetContentRect()