Searched refs:mSelectHandleLeft (Results 1 – 1 of 1) sorted by relevance
215 private Drawable mSelectHandleLeft; field in Editor3126 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);