Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/
DUnfoldRemoteFilter.kt24 SpringAnimation(this, AnimationProgressProperty).apply { in <lambda>()
77 private object AnimationProgressProperty : object
DFixedTimingTransitionProgressProvider.kt36 ObjectAnimator.ofFloat(this, AnimationProgressProperty, 0f, 1f).apply { in <lambda>()
78 private object AnimationProgressProperty : object in com.android.systemui.unfold.progress.FixedTimingTransitionProgressProvider
DPhysicsBasedUnfoldTransitionProgressProvider.kt70 FloatPropertyCompat.createFloatPropertyCompat(AnimationProgressProperty)
268 ObjectAnimator.ofFloat(this, AnimationProgressProperty, transitionProgress, 1f).apply { in startCannedCancelAnimation()
288 private object AnimationProgressProperty : object