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()
143 animateZ |= filter.animateZ; in combineFilter()
159 animateZ = false; in reset()
DNotificationStackScrollLayout.java4511 .animateZ()
4520 .animateZ()
4529 .animateZ()
4539 .animateZ(),
4552 .animateZ(),
4565 .animateZ(),
4577 .animateZ()
4590 .animateZ(),
4599 .animateZ(),
4607 .animateZ(),
[all …]
DViewState.java420 if (!filter.animateZ) { in startZTranslationAnimation()