Searched refs:mSelectionPath (Results 1 – 2 of 2) sorted by relevance
3923 private final Path mSelectionPath = new Path(); field in Editor.TextActionModeCallback4243 mSelectionPath.reset(); in onGetContentRect()4245 mTextView.getSelectionStart(), mTextView.getSelectionEnd(), mSelectionPath); in onGetContentRect() local4246 mSelectionPath.computeBounds(mSelectionBounds, true); in onGetContentRect()
87449 Landroid/widget/Editor$TextActionModeCallback;->mSelectionPath:Landroid/graphics/Path;