Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPropertyValuesHolder.cpp88 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
89 mGroup->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()
93 SkColor animatedValue = calculateAnimatedValue(fraction); in setFraction() local
94 mFullPath->mutateProperties()->setColorPropertyValue(mPropertyId, animatedValue); in setFraction()
98 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
99 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()
108 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
109 mTree->mutateProperties()->setRootAlpha(animatedValue); in setFraction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DViewGroupFadeHelper.kt65 val newAlpha = animation.animatedValue as Float in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt294 anim.addUpdateListener { animation -> setEmptyDragAmount(animation.animatedValue as Float) } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java472 final float animatedValue = (float) animation.getAnimatedValue(); in BubbleStackView()
473 animatedMatrix.setSaturation(animatedValue); in BubbleStackView()
475 final float animatedDarkenValue = (1f - animatedValue) * DARKEN_PERCENT; in BubbleStackView()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java990 float animatedValue = (Float) animation.getAnimatedValue(); in animate()
991 setNotificationViewClipBounds((int) animatedValue); in animate()