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