Home
last modified time | relevance | path

Searched refs:mSelectionBounds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java4615 private final RectF mSelectionBounds = new RectF(); field in Editor.TextActionModeCallback
4828 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66517 Landroid/widget/Editor$TextActionModeCallback;->mSelectionBounds:Landroid/graphics/RectF;