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