Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java4070 private final RectF mSelectionBounds = new RectF(); field in Editor.TextActionModeCallback
4392 mSelectionPath.computeBounds(mSelectionBounds, true); in onGetContentRect()
4393 mSelectionBounds.bottom += mHandleHeight; in onGetContentRect()
4400 mSelectionBounds.set( in onGetContentRect()
4410 (int) Math.floor(mSelectionBounds.left + textHorizontalOffset), in onGetContentRect()
4411 (int) Math.floor(mSelectionBounds.top + textVerticalOffset), in onGetContentRect()
4412 (int) Math.ceil(mSelectionBounds.right + textHorizontalOffset), in onGetContentRect()
4413 (int) Math.ceil(mSelectionBounds.bottom + textVerticalOffset)); in onGetContentRect()