Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java3924 private final RectF mSelectionBounds = new RectF(); field in Editor.TextActionModeCallback
4246 mSelectionPath.computeBounds(mSelectionBounds, true); in onGetContentRect()
4247 mSelectionBounds.bottom += mHandleHeight; in onGetContentRect()
4254 mSelectionBounds.set( in onGetContentRect()
4264 (int) Math.floor(mSelectionBounds.left + textHorizontalOffset), in onGetContentRect()
4265 (int) Math.floor(mSelectionBounds.top + textVerticalOffset), in onGetContentRect()
4266 (int) Math.ceil(mSelectionBounds.right + textHorizontalOffset), in onGetContentRect()
4267 (int) Math.ceil(mSelectionBounds.bottom + textVerticalOffset)); in onGetContentRect()