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
81 public AnimationFilter animateTopInset() { in animateTopInset() method in AnimationFilter
82 animateTopInset = true; in animateTopInset()
140 animateTopInset |= filter.animateTopInset; in combineFilter()
154 animateTopInset = false; in reset()
DNotificationStackScrollLayout.java5868 .animateTopInset()
5876 .animateTopInset()
5884 .animateTopInset()
5892 .animateTopInset()
5909 .animateTopInset()
5916 .animateTopInset()
5929 .animateTopInset()
5937 .animateTopInset()
5944 .animateTopInset()
5951 .animateTopInset()
[all …]
DExpandableViewState.java312 if (!filter.animateTopInset) { in startInsetAnimation()