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
77 public AnimationFilter animateHeight() { in animateHeight() method in AnimationFilter
78 animateHeight = true; in animateHeight()
145 animateHeight |= filter.animateHeight; in combineFilter()
160 animateHeight = false; in reset()
DNotificationStackScrollLayout.java5856 .animateHeight()
5864 .animateHeight()
5872 .animateHeight()
5880 .animateHeight()
5897 .animateHeight()
5907 .animateHeight()
5920 .animateHeight()
5928 .animateHeight()
5935 .animateHeight()
5942 .animateHeight()
[all …]
DExpandableViewState.java239 if (!filter.animateHeight) { in startHeightAnimation()