Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java88 private final SmartSelectSprite mSmartSelectSprite; field 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()
525 if (mSmartSelectSprite != null) { in cancelSmartSelectAnimation()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69684 Landroid/widget/SelectionActionModeHelper;->mSmartSelectSprite:Landroid/widget/SmartSelectSprite;