Home
last modified time | relevance | path

Searched refs:animateHeight (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A 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()
H A DNotificationStackScrollLayout.java5976 .animateHeight()
5985 .animateHeight()
5993 .animateHeight()
6001 .animateHeight()
6018 .animateHeight()
6025 .animateHeight()
6038 .animateHeight()
6046 .animateHeight()
6053 .animateHeight()
6060 .animateHeight()
[all …]
H A DExpandableViewState.java250 if (!filter.animateHeight) { in startHeightAnimation()