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.java29 boolean animateHeight; field in AnimationFilter
64 public AnimationFilter animateHeight() { in animateHeight() method in AnimationFilter
65 animateHeight = true; in animateHeight()
117 animateHeight |= filter.animateHeight; in combineFilter()
130 animateHeight = false; in reset()
DNotificationStackScrollLayout.java2466 .animateHeight()
2475 .animateHeight()
2484 .animateHeight()
2493 .animateHeight()
2507 .animateHeight(),
2523 .animateHeight()
2536 .animateHeight()
2551 .animateHeight()
2563 .animateHeight()
DStackStateAnimator.java346 if (!mAnimationFilter.animateHeight) { in startHeightAnimation()