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.java2905 .animateHeight()
2914 .animateHeight()
2923 .animateHeight()
2932 .animateHeight()
2946 .animateHeight(),
2962 .animateHeight()
2975 .animateHeight()
2990 .animateHeight()
2998 .animateHeight()
3006 .animateHeight()
[all …]
DStackStateAnimator.java396 if (!mAnimationFilter.animateHeight) { in startHeightAnimation()