Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DViewHierarchyAnimator.kt488 val startAlphas = FloatArray(rootView.childCount) regex
490 startAlphas[i] = rootView.getChildAt(i).alpha
499 (animation.animatedValue as Float) * startAlphas[i]