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.java27 boolean animateZ; field in AnimationFilter
54 public AnimationFilter animateZ() { in animateZ() method in AnimationFilter
55 animateZ = true; in animateZ()
115 animateZ |= filter.animateZ; in combineFilter()
128 animateZ = false; in reset()
DNotificationStackScrollLayout.java2908 .animateZ()
2917 .animateZ()
2926 .animateZ()
2937 .animateZ(),
2965 .animateZ(),
2980 .animateZ()
2993 .animateZ(),
3001 .animateZ(),
3009 .animateZ(),
3017 .animateZ(),
[all …]
DStackStateAnimator.java587 if (!mAnimationFilter.animateZ) { in startZTranslationAnimation()