Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java87 private final SmartSelectSprite mSmartSelectSprite; field in SelectionActionModeHelper
100 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt84113 Landroid/widget/SelectionActionModeHelper;->mSmartSelectSprite:Landroid/widget/SmartSelectSprite;