Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java130 int animationStaggerCount = 0; in startAnimationForEvents() local
141 animationStaggerCount++; in startAnimationForEvents()
143 initAnimationProperties(child, viewState, animationStaggerCount); in startAnimationForEvents()
157 ExpandableViewState viewState, int animationStaggerCount) { in initAnimationProperties() argument
169 + calculateChildAnimationDelay(viewState, animationStaggerCount); in initAnimationProperties()
174 ExpandableViewState viewState, boolean wasAdded, int animationStaggerCount) { in adaptDurationWhenGoingToFullShade() argument
181 float longerDurationFactor = (float) Math.pow(animationStaggerCount, 0.7f); in adaptDurationWhenGoingToFullShade()
215 int animationStaggerCount) { in calculateChildAnimationDelay() argument
217 return calculateDelayGoToFullShade(viewState, animationStaggerCount); in calculateChildAnimationDelay()
272 int animationStaggerCount) { in calculateDelayGoToFullShade() argument
[all …]