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