Home
last modified time | relevance | path

Searched defs:animatedValue (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
DPropertyValuesHolder.cpp88 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
93 SkColor animatedValue = calculateAnimatedValue(fraction); in setFraction() local
98 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
108 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/ui/compose/
DBrightnessSlider.kt59 val animatedValue by constant
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DAnimatedSharedAsStateTest.kt404 val animatedValue = animateSceneFloatAsState(value, key) in <lambda>() constant
465 val animatedValue = animateSceneFloatAsState(value, key) in animatedValueDoesNotOverscrollWhenOverscrollIsSpecified() constant
DElementTest.kt1095 val animatedValue = animateElementFloatAsState(value, TestValues.Value1) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWindowManagerOcclusionManager.kt204 val animatedValue = animation.animatedValue as Float in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsAnimationViewController.kt123 addUpdateListener { animatedValue -> in <lambda>() method
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogTransitionAnimator.kt1069 addUpdateListener { animatedValue -> in onLayoutChange() method