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
71 public AnimationFilter animateZ() { in animateZ() method in AnimationFilter
72 animateZ = true; in animateZ()
138 animateZ |= filter.animateZ; in combineFilter()
152 animateZ = false; in reset()
DNotificationStackScrollLayout.java5870 .animateZ()
5878 .animateZ()
5886 .animateZ()
5895 .animateZ(),
5899 .animateZ(),
5911 .animateZ(),
5919 .animateZ()
5931 .animateZ(),
5939 .animateZ(),
5946 .animateZ(),
[all …]
DViewState.java425 if (!filter.animateZ) { in startZTranslationAnimation()