Searched refs:mSmartSelectSprite (Results 1 – 1 of 1) sorted by relevance
86 private final SmartSelectSprite mSmartSelectSprite; field in SelectionActionModeHelper99 mSmartSelectSprite = new SmartSelectSprite(mTextView.getContext(), in SelectionActionModeHelper()102 mSmartSelectSprite = null; in SelectionActionModeHelper()156 mSmartSelectSprite != null in startSelectionActionModeAsync()243 if (isDrawingHighlight() && mSmartSelectSprite != null) { in onDraw()244 mSmartSelectSprite.draw(canvas); in onDraw()249 return mSmartSelectSprite != null && mSmartSelectSprite.isAnimationActive(); in isDrawingHighlight()357 mSmartSelectSprite.startAnimation( in startSelectionActionModeWithSmartSelectAnimation()514 if (mSmartSelectSprite != null) { in cancelSmartSelectAnimation()515 mSmartSelectSprite.cancelAnimation(); in cancelSmartSelectAnimation()