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.java34 boolean animateZ; field in AnimationFilter
69 public AnimationFilter animateZ() { in animateZ() method in AnimationFilter
70 animateZ = true; in animateZ()
115 animateZ |= filter.animateZ; in combineFilter()
127 animateZ = false; in reset()
DNotificationStackScrollLayout.java6112 .animateZ()
6121 .animateZ()
6129 .animateZ()
6137 .animateZ(),
6141 .animateZ(),
6152 .animateZ(),
6159 .animateZ()
6171 .animateZ(),
6179 .animateZ(),
6186 .animateZ(),
[all …]
DViewState.java533 if (!filter.animateZ) { in startZTranslationAnimation()