Searched refs:mSelectionBounds (Results 1 – 2 of 2) sorted by relevance
3924 private final RectF mSelectionBounds = new RectF(); field in Editor.TextActionModeCallback4246 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()
81589 Landroid/widget/Editor$TextActionModeCallback;->mSelectionBounds:Landroid/graphics/RectF;