Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DItemRevealAnimationTracker.kt29 private val labelProgress = HashMap<TargetInfo, Record>() constant
33 labelProgress.clear() in reset()
37 fun animateLabel(view: View, info: TargetInfo) = animateView(view, info, labelProgress) in animateIcon()