Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A 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
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DBaseCardView.java219 protected void onSetFocusAnimatedValue(float animatedValue) { in onSetFocusAnimatedValue()
245 private void setFocusAnimatedValue(float animatedValue) { in setFocusAnimatedValue()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarView.java490 void onSystemChromeAnimationUpdate(float animatedValue) { in onSystemChromeAnimationUpdate()