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/stack/
DAnimationFilter.java30 boolean animateTopInset; field in AnimationFilter
69 public AnimationFilter animateTopInset() { in animateTopInset() method in AnimationFilter
70 animateTopInset = true; in animateTopInset()
118 animateTopInset |= filter.animateTopInset; in combineFilter()
131 animateTopInset = false; in reset()
DNotificationStackScrollLayout.java2906 .animateTopInset()
2915 .animateTopInset()
2924 .animateTopInset()
2933 .animateTopInset()
2963 .animateTopInset()
2976 .animateTopInset()
2991 .animateTopInset()
2999 .animateTopInset()
3007 .animateTopInset()
3015 .animateTopInset()
[all …]
DStackStateAnimator.java455 if (!mAnimationFilter.animateTopInset) { in startInsetAnimation()