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