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.java5857 .animateTopInset()
5865 .animateTopInset()
5873 .animateTopInset()
5881 .animateTopInset()
5898 .animateTopInset()
5908 .animateTopInset()
5921 .animateTopInset()
5929 .animateTopInset()
5936 .animateTopInset()
5943 .animateTopInset()
[all …]
DExpandableViewState.java320 if (!filter.animateTopInset) { in startInsetAnimation()