Searched refs:mSmartSelectSprite (Results 1 – 1 of 1) sorted by relevance
87 private final SmartSelectSprite mSmartSelectSprite; field in SelectionActionModeHelper100 mSmartSelectSprite = new SmartSelectSprite(mTextView.getContext(), in SelectionActionModeHelper()103 mSmartSelectSprite = null; in SelectionActionModeHelper()130 mSmartSelectSprite != null in startSelectionActionModeAsync()211 if (isDrawingHighlight() && mSmartSelectSprite != null) { in onDraw()212 mSmartSelectSprite.draw(canvas); in onDraw()217 return mSmartSelectSprite != null && mSmartSelectSprite.isAnimationActive(); in isDrawingHighlight()325 mSmartSelectSprite.startAnimation( in startSelectionActionModeWithSmartSelectAnimation()480 if (mSmartSelectSprite != null) { in cancelSmartSelectAnimation()481 mSmartSelectSprite.cancelAnimation(); in cancelSmartSelectAnimation()