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/notification/stack/
DAnimationFilter.java36 boolean animateHeight; field in AnimationFilter
76 public AnimationFilter animateHeight() { in animateHeight() method in AnimationFilter
77 animateHeight = true; in animateHeight()
129 animateHeight |= filter.animateHeight; in combineFilter()
143 animateHeight = false; in reset()
DNotificationStackScrollLayout.java5670 .animateHeight()
5679 .animateHeight()
5687 .animateHeight()
5695 .animateHeight()
5712 .animateHeight()
5719 .animateHeight()
5732 .animateHeight()
5740 .animateHeight()
5747 .animateHeight()
5754 .animateHeight()
[all …]
DExpandableViewState.java231 if (!filter.animateHeight) { in startHeightAnimation()