Searched refs:textHorizontalOffset (Results 1 – 1 of 1) sorted by relevance
4028 int textHorizontalOffset = mTextView.viewportToContentHorizontalOffset(); in onGetContentRect() local4031 (int) Math.floor(mSelectionBounds.left + textHorizontalOffset), in onGetContentRect()4033 (int) Math.ceil(mSelectionBounds.right + textHorizontalOffset), in onGetContentRect()