Searched refs:mSelectionBounds (Results 1 – 1 of 1) sorted by relevance
3652 private final RectF mSelectionBounds = new RectF(); field in Editor.TextActionModeCallback3831 mSelectionPath.computeBounds(mSelectionBounds, true); in onGetContentRect()3832 mSelectionBounds.bottom += mHandleHeight; in onGetContentRect()3838 mSelectionBounds.set( in onGetContentRect()3850 mSelectionBounds.set( in onGetContentRect()3860 (int) Math.floor(mSelectionBounds.left + textHorizontalOffset), in onGetContentRect()3861 (int) Math.floor(mSelectionBounds.top + textVerticalOffset), in onGetContentRect()3862 (int) Math.ceil(mSelectionBounds.right + textHorizontalOffset), in onGetContentRect()3863 (int) Math.ceil(mSelectionBounds.bottom + textVerticalOffset)); in onGetContentRect()