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/stack/
DAnimationFilter.java34 boolean animateZ; field in AnimationFilter
72 public AnimationFilter animateZ() { in animateZ() method in AnimationFilter
73 animateZ = true; in animateZ()
149 animateZ |= filter.animateZ; in combineFilter()
165 animateZ = false; in reset()
DNotificationStackScrollLayout.java4895 .animateZ()
4904 .animateZ()
4913 .animateZ()
4923 .animateZ(),
4936 .animateZ(),
4949 .animateZ(),
4961 .animateZ()
4974 .animateZ(),
4983 .animateZ(),
4991 .animateZ(),
[all …]
DViewState.java419 if (!filter.animateZ) { in startZTranslationAnimation()