Home
last modified time | relevance | path

Searched refs:mSmartSelectSprite (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java88 private final SmartSelectSprite mSmartSelectSprite; field in SelectionActionModeHelper
101 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt69041 Landroid/widget/SelectionActionModeHelper;->mSmartSelectSprite:Landroid/widget/SmartSelectSprite;