Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java137 int animationStaggerCount = 0; in startAnimationForEvents() local
148 animationStaggerCount++; in startAnimationForEvents()
150 initAnimationProperties(child, viewState, animationStaggerCount); in startAnimationForEvents()
164 ExpandableViewState viewState, int animationStaggerCount) { in initAnimationProperties() argument
176 + calculateChildAnimationDelay(viewState, animationStaggerCount); in initAnimationProperties()
181 ExpandableViewState viewState, boolean wasAdded, int animationStaggerCount) { in adaptDurationWhenGoingToFullShade() argument
188 float longerDurationFactor = (float) Math.pow(animationStaggerCount, 0.7f); in adaptDurationWhenGoingToFullShade()
222 int animationStaggerCount) { in calculateChildAnimationDelay() argument
224 return calculateDelayGoToFullShade(viewState, animationStaggerCount); in calculateChildAnimationDelay()
279 int animationStaggerCount) { in calculateDelayGoToFullShade() argument
[all …]