Searched refs:mSmartSelectSprite (Results 1 – 2 of 2) sorted by relevance
87 private final SmartSelectSprite mSmartSelectSprite; field in SelectionActionModeHelper100 mSmartSelectSprite = new SmartSelectSprite(mTextView.getContext(), in SelectionActionModeHelper()103 mSmartSelectSprite = null; in SelectionActionModeHelper()157 mSmartSelectSprite != null in startSelectionActionModeAsync()244 if (isDrawingHighlight() && mSmartSelectSprite != null) { in onDraw()245 mSmartSelectSprite.draw(canvas); in onDraw()250 return mSmartSelectSprite != null && mSmartSelectSprite.isAnimationActive(); in isDrawingHighlight()359 mSmartSelectSprite.startAnimation( in startSelectionActionModeWithSmartSelectAnimation()516 if (mSmartSelectSprite != null) { in cancelSmartSelectAnimation()517 mSmartSelectSprite.cancelAnimation(); in cancelSmartSelectAnimation()
84113 Landroid/widget/SelectionActionModeHelper;->mSmartSelectSprite:Landroid/widget/SmartSelectSprite;