Searched refs:mSelectHandleLeft (Results 1 – 2 of 2) sorted by relevance
170 private Drawable mSelectHandleLeft; field in Editor3514 if (mSelectHandleLeft == null) { in initDrawables()3515 mSelectHandleLeft = mTextView.getContext().getResources().getDrawable( in initDrawables()3527 mStartHandle = new SelectionStartHandleView(mSelectHandleLeft, mSelectHandleRight); in initHandles()3530 mEndHandle = new SelectionEndHandleView(mSelectHandleRight, mSelectHandleLeft); in initHandles()
945 private Drawable mSelectHandleLeft; field in WebViewClassic4603 mSelectHandleLeft = mContext.getResources().getDrawable( in ensureSelectionHandles()4610 -mSelectHandleLeft.getIntrinsicHeight()); in ensureSelectionHandles()4622 drawable = mSelectHandleLeft; in drawHandle()4623 width = mSelectHandleLeft.getIntrinsicWidth(); in drawHandle()4624 height = mSelectHandleLeft.getIntrinsicHeight(); in drawHandle()