Searched refs:mSmartSelectSprite (Results 1 – 2 of 2) sorted by relevance
88 private final SmartSelectSprite mSmartSelectSprite; field in SelectionActionModeHelper101 mSmartSelectSprite = new SmartSelectSprite(mTextView.getContext(), in SelectionActionModeHelper()104 mSmartSelectSprite = null; in SelectionActionModeHelper()152 if (mSmartSelectSprite != null && mSmartSelectSprite.isAnimationActive()) { in startSelectionActionModeAsync()153 mSmartSelectSprite.cancelAnimation(); in startSelectionActionModeAsync()161 mSmartSelectSprite != null in startSelectionActionModeAsync()248 if (isDrawingHighlight() && mSmartSelectSprite != null) { in onDraw()249 mSmartSelectSprite.draw(canvas); in onDraw()254 return mSmartSelectSprite != null && mSmartSelectSprite.isAnimationActive(); in isDrawingHighlight()364 mSmartSelectSprite.startAnimation( in startSelectionActionModeWithSmartSelectAnimation()[all …]
69041 Landroid/widget/SelectionActionModeHelper;->mSmartSelectSprite:Landroid/widget/SmartSelectSprite;