Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java215 private Drawable mSelectHandleLeft; field in Editor
3126 mSelectHandleLeft.getMinimumHeight(), in TextActionModeCallback()
4664 if (mSelectHandleLeft == null) {
4665 mSelectHandleLeft = mTextView.getContext().getDrawable(
4677 mStartHandle = new SelectionStartHandleView(mSelectHandleLeft, mSelectHandleRight);
4680 mEndHandle = new SelectionEndHandleView(mSelectHandleRight, mSelectHandleLeft);