Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java3902 private final RectF mSelectionBounds = new RectF(); field in Editor.TextActionModeCallback
4223 mSelectionPath.computeBounds(mSelectionBounds, true); in onGetContentRect()
4224 mSelectionBounds.bottom += mHandleHeight; in onGetContentRect()
4231 mSelectionBounds.set( in onGetContentRect()
4241 (int) Math.floor(mSelectionBounds.left + textHorizontalOffset), in onGetContentRect()
4242 (int) Math.floor(mSelectionBounds.top + textVerticalOffset), in onGetContentRect()
4243 (int) Math.ceil(mSelectionBounds.right + textHorizontalOffset), in onGetContentRect()
4244 (int) Math.ceil(mSelectionBounds.bottom + textVerticalOffset)); in onGetContentRect()
/frameworks/base/config/
Dhiddenapi-private-dex.txt101780 Landroid/widget/Editor$TextActionModeCallback;->mSelectionBounds:Landroid/graphics/RectF;