Searched refs:mSelectionBounds (Results 1 – 2 of 2) sorted by relevance
4615 private final RectF mSelectionBounds = new RectF(); field in Editor.TextActionModeCallback4828 mSelectionPath.computeBounds(mSelectionBounds, true); in onGetContentRect()4829 mSelectionBounds.bottom += mHandleHeight; in onGetContentRect()4835 mSelectionBounds.set( in onGetContentRect()4845 (int) Math.floor(mSelectionBounds.left + textHorizontalOffset), in onGetContentRect()4846 (int) Math.floor(mSelectionBounds.top + textVerticalOffset), in onGetContentRect()4847 (int) Math.ceil(mSelectionBounds.right + textHorizontalOffset), in onGetContentRect()4848 (int) Math.ceil(mSelectionBounds.bottom + textVerticalOffset)); in onGetContentRect()
66517 Landroid/widget/Editor$TextActionModeCallback;->mSelectionBounds:Landroid/graphics/RectF;