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()
139 animateHeight |= filter.animateHeight; in combineFilter()
153 animateHeight = false; in reset()
DNotificationStackScrollLayout.java5867 .animateHeight()
5875 .animateHeight()
5883 .animateHeight()
5891 .animateHeight()
5908 .animateHeight()
5915 .animateHeight()
5928 .animateHeight()
5936 .animateHeight()
5943 .animateHeight()
5950 .animateHeight()
[all …]
DExpandableViewState.java231 if (!filter.animateHeight) { in startHeightAnimation()