Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAnimationFilter.java37 boolean animateTopInset; field in AnimationFilter
82 public AnimationFilter animateTopInset() { in animateTopInset() method in AnimationFilter
83 animateTopInset = true; in animateTopInset()
146 animateTopInset |= filter.animateTopInset; in combineFilter()
161 animateTopInset = false; in reset()
DNotificationStackScrollLayout.java5854 .animateTopInset()
5862 .animateTopInset()
5870 .animateTopInset()
5878 .animateTopInset()
5895 .animateTopInset()
5905 .animateTopInset()
5918 .animateTopInset()
5926 .animateTopInset()
5933 .animateTopInset()
5940 .animateTopInset()
[all …]
DExpandableViewState.java320 if (!filter.animateTopInset) { in startInsetAnimation()