Home | History | Annotate | Download | only in widget

Lines Matching refs:mSelectHandleRight

172     private Drawable mSelectHandleRight;
3557 if (mSelectHandleRight == null) {
3558 mSelectHandleRight = mTextView.getContext().getResources().getDrawable(
3566 mStartHandle = new SelectionStartHandleView(mSelectHandleLeft, mSelectHandleRight);
3569 mEndHandle = new SelectionEndHandleView(mSelectHandleRight, mSelectHandleLeft);