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
72 public AnimationFilter animateZ() { in animateZ() method in AnimationFilter
73 animateZ = true; in animateZ()
144 animateZ |= filter.animateZ; in combineFilter()
159 animateZ = false; in reset()
DNotificationStackScrollLayout.java5856 .animateZ()
5864 .animateZ()
5872 .animateZ()
5881 .animateZ(),
5885 .animateZ(),
5897 .animateZ(),
5908 .animateZ()
5920 .animateZ(),
5928 .animateZ(),
5935 .animateZ(),
[all …]
DViewState.java425 if (!filter.animateZ) { in startZTranslationAnimation()