Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java158 int animationStaggerCount = 0; in startAnimationForEvents() local
168 if (mAnimationProperties.wasAdded(child) && animationStaggerCount < MAX_STAGGER_COUNT) { in startAnimationForEvents()
169 animationStaggerCount++; in startAnimationForEvents()
171 initAnimationProperties(child, viewState, animationStaggerCount); in startAnimationForEvents()
189 ExpandableViewState viewState, int animationStaggerCount) { in initAnimationProperties() argument
192 adaptDurationWhenGoingToFullShade(child, viewState, wasAdded, animationStaggerCount); in initAnimationProperties()
201 + calculateChildAnimationDelay(viewState, animationStaggerCount); in initAnimationProperties()
206 ExpandableViewState viewState, boolean wasAdded, int animationStaggerCount) { in adaptDurationWhenGoingToFullShade() argument
213 float longerDurationFactor = (float) Math.pow(animationStaggerCount, 0.7f); in adaptDurationWhenGoingToFullShade()
247 int animationStaggerCount) { in calculateChildAnimationDelay() argument
[all …]