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.java6052 .animateZ()
6061 .animateZ()
6069 .animateZ()
6078 .animateZ(),
6082 .animateZ(),
6094 .animateZ(),
6102 .animateZ()
6114 .animateZ(),
6122 .animateZ(),
6129 .animateZ(),
[all …]
DViewState.java425 if (!filter.animateZ) { in startZTranslationAnimation()