Home
last modified time | relevance | path

Searched refs:animateTopInset (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAnimationFilter.java37 boolean animateTopInset; field in AnimationFilter
81 public AnimationFilter animateTopInset() { in animateTopInset() method in AnimationFilter
82 animateTopInset = true; in animateTopInset()
130 animateTopInset |= filter.animateTopInset; in combineFilter()
144 animateTopInset = false; in reset()
H A DNotificationStackScrollLayout.java5977 .animateTopInset()
5986 .animateTopInset()
5994 .animateTopInset()
6002 .animateTopInset()
6019 .animateTopInset()
6026 .animateTopInset()
6039 .animateTopInset()
6047 .animateTopInset()
6054 .animateTopInset()
6061 .animateTopInset()
[all …]
H A DExpandableViewState.java336 if (clipTop && !filter.animateTopInset || !clipTop) { in startClipAnimation()