Searched refs:AnimationProgressProperty (Results 1 – 3 of 3) sorted by relevance
24 SpringAnimation(this, AnimationProgressProperty).apply { in <lambda>()77 private object AnimationProgressProperty : object
36 ObjectAnimator.ofFloat(this, AnimationProgressProperty, 0f, 1f).apply { in <lambda>()78 private object AnimationProgressProperty : object in com.android.systemui.unfold.progress.FixedTimingTransitionProgressProvider
70 FloatPropertyCompat.createFloatPropertyCompat(AnimationProgressProperty)268 ObjectAnimator.ofFloat(this, AnimationProgressProperty, transitionProgress, 1f).apply { in startCannedCancelAnimation()288 private object AnimationProgressProperty : object