Searched refs:textVerticalOffset (Results 1 – 1 of 1) sorted by relevance
4512 int textVerticalOffset = mTextView.viewportToContentVerticalOffset(); in onGetContentRect() local4515 (int) Math.floor(mSelectionBounds.top + textVerticalOffset), in onGetContentRect()4517 (int) Math.ceil(mSelectionBounds.bottom + textVerticalOffset)); in onGetContentRect()