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.java36 boolean animateTopInset; field in AnimationFilter
79 public AnimationFilter animateTopInset() { in animateTopInset() method in AnimationFilter
80 animateTopInset = true; in animateTopInset()
117 animateTopInset |= filter.animateTopInset; in combineFilter()
129 animateTopInset = false; in reset()
DNotificationStackScrollLayout.java6110 .animateTopInset()
6119 .animateTopInset()
6127 .animateTopInset()
6135 .animateTopInset()
6150 .animateTopInset()
6157 .animateTopInset()
6169 .animateTopInset()
6177 .animateTopInset()
6184 .animateTopInset()
6191 .animateTopInset()
[all …]
DExpandableViewState.java333 if (clipTop && !filter.animateTopInset || !clipTop) { in startClipAnimation()