Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAnimationFilter.java28 boolean animateHeight; field in AnimationFilter
60 public AnimationFilter animateHeight() { in animateHeight() method in AnimationFilter
61 animateHeight = true; in animateHeight()
121 animateHeight |= filter.animateHeight; in combineFilter()
134 animateHeight = false; in reset()
DNotificationStackScrollLayout.java4331 .animateHeight()
4340 .animateHeight()
4349 .animateHeight()
4358 .animateHeight()
4371 .animateHeight(),
4385 .animateHeight()
4398 .animateHeight()
4412 .animateHeight()
4421 .animateHeight()
4429 .animateHeight()
[all …]
DStackStateAnimator.java465 if (!mAnimationFilter.animateHeight) { in startHeightAnimation()