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