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.java2467 .animateTopInset()
2476 .animateTopInset()
2485 .animateTopInset()
2494 .animateTopInset()
2524 .animateTopInset()
2537 .animateTopInset()
2552 .animateTopInset()
2564 .animateTopInset()
DStackStateAnimator.java405 if (!mAnimationFilter.animateTopInset) { in startInsetAnimation()