Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAnimationFilter.java35 boolean animateZ; field in AnimationFilter
72 public AnimationFilter animateZ() { in animateZ() method in AnimationFilter
73 animateZ = true; in animateZ()
144 animateZ |= filter.animateZ; in combineFilter()
159 animateZ = false; in reset()
DNotificationStackScrollLayout.java5859 .animateZ()
5867 .animateZ()
5875 .animateZ()
5884 .animateZ(),
5888 .animateZ(),
5900 .animateZ(),
5911 .animateZ()
5923 .animateZ(),
5931 .animateZ(),
5938 .animateZ(),
[all …]
DViewState.java425 if (!filter.animateZ) { in startZTranslationAnimation()