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.java5853 .animateHeight()
5861 .animateHeight()
5869 .animateHeight()
5877 .animateHeight()
5894 .animateHeight()
5904 .animateHeight()
5917 .animateHeight()
5925 .animateHeight()
5932 .animateHeight()
5939 .animateHeight()
[all …]
DExpandableViewState.java239 if (!filter.animateHeight) { in startHeightAnimation()