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.java36 boolean animateTopInset; field in AnimationFilter
82 public AnimationFilter animateTopInset() { in animateTopInset() method in AnimationFilter
83 animateTopInset = true; in animateTopInset()
145 animateTopInset |= filter.animateTopInset; in combineFilter()
162 animateTopInset = false; in reset()
DNotificationStackScrollLayout.java4509 .animateTopInset()
4518 .animateTopInset()
4527 .animateTopInset()
4536 .animateTopInset()
4563 .animateTopInset()
4574 .animateTopInset()
4588 .animateTopInset()
4597 .animateTopInset()
4605 .animateTopInset()
4613 .animateTopInset()
[all …]
DExpandableViewState.java387 if (!filter.animateTopInset) { in startInsetAnimation()