Searched refs:mSelectHandleCenter (Results 1 – 2 of 2) sorted by relevance
630 y = cursorBottom.y + mSelectHandleCenter.getIntrinsicHeight(); in show()947 private Drawable mSelectHandleCenter; field in WebViewClassic4600 if (mSelectHandleCenter == null) { in ensureSelectionHandles()4601 mSelectHandleCenter = mContext.getResources().getDrawable( in ensureSelectionHandles()4650 (mSelectHandleCenter.getIntrinsicWidth() / 2); in drawTextSelectionHandles()4653 x + mSelectHandleCenter.getIntrinsicWidth(), in drawTextSelectionHandles()4654 y + mSelectHandleCenter.getIntrinsicHeight()); in drawTextSelectionHandles()4655 mSelectHandleCenter.setBounds(mSelectHandleBaseBounds); in drawTextSelectionHandles()4656 mSelectHandleCenter.setAlpha(mBaseAlpha.getAlpha()); in drawTextSelectionHandles()4657 mSelectHandleCenter.draw(canvas); in drawTextSelectionHandles()[all …]
172 private Drawable mSelectHandleCenter; field in Editor3468 if (mSelectHandleCenter == null) { in getHandle()3469 mSelectHandleCenter = mTextView.getResources().getDrawable( in getHandle()3473 mHandle = new InsertionHandleView(mSelectHandleCenter); in getHandle()