Searched defs:mSelectionBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java3902 private final RectF mSelectionBounds = new RectF(); field in class:Editor.TextActionModeCallback
4223 mSelectionPath.computeBounds(mSelectionBounds, true);
4224 mSelectionBounds.bottom += mHandleHeight;
4231 mSelectionBounds.set(
4241 (int) Math.floor(mSelectionBounds.left + textHorizontalOffset),
4242 (int) Math.floor(mSelectionBounds.top + textVerticalOffset),
4243 (int) Math.ceil(mSelectionBounds.right + textHorizontalOffset),
4244 (int) Math.ceil(mSelectionBounds.bottom + textVerticalOffset));

Completed in 43 milliseconds