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.java35 boolean animateHeight; field in AnimationFilter
74 public AnimationFilter animateHeight() { in animateHeight() method in AnimationFilter
75 animateHeight = true; in animateHeight()
116 animateHeight |= filter.animateHeight; in combineFilter()
128 animateHeight = false; in reset()
DNotificationStackScrollLayout.java3253 event.filter.animateHeight = false; in generateHeadsUpAnimationEvents()
6109 .animateHeight()
6118 .animateHeight()
6126 .animateHeight()
6134 .animateHeight()
6149 .animateHeight()
6156 .animateHeight()
6168 .animateHeight()
6176 .animateHeight()
6183 .animateHeight()
[all …]
DExpandableViewState.java247 if (!filter.animateHeight) { in startHeightAnimation()