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.java141 int animationStaggerCount = 0; in startAnimationForEvents() local
151 if (mAnimationProperties.wasAdded(child) && animationStaggerCount < MAX_STAGGER_COUNT) { in startAnimationForEvents()
152 animationStaggerCount++; in startAnimationForEvents()
154 initAnimationProperties(child, viewState, animationStaggerCount); in startAnimationForEvents()
168 ExpandableViewState viewState, int animationStaggerCount) { in initAnimationProperties() argument
171 adaptDurationWhenGoingToFullShade(child, viewState, wasAdded, animationStaggerCount); in initAnimationProperties()
180 + calculateChildAnimationDelay(viewState, animationStaggerCount); in initAnimationProperties()
185 ExpandableViewState viewState, boolean wasAdded, int animationStaggerCount) { in adaptDurationWhenGoingToFullShade() argument
188 float longerDurationFactor = (float) Math.pow(animationStaggerCount, 0.7f); in adaptDurationWhenGoingToFullShade()
220 int animationStaggerCount) { in calculateChildAnimationDelay() argument
[all …]