Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/
DPhysicsBasedUnfoldTransitionProgressProvider.kt65 private var cannedAnimator: ValueAnimator? = null variable
147 cannedAnimator?.removeAllListeners() in saturate()
148 cannedAnimator?.cancel() in saturate()
149 cannedAnimator = null in saturate()
192 cannedAnimator?.removeAllListeners() in cancelTransition()
193 cannedAnimator?.cancel() in cancelTransition()
194 cannedAnimator = null in cancelTransition()
258 cannedAnimator?.cancel() in startCannedCancelAnimation()
259 cannedAnimator = null in startCannedCancelAnimation()
267 cannedAnimator = in startCannedCancelAnimation()