Home
last modified time | relevance | path

Searched refs:animateY (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAnimationFilter.java33 boolean animateY; field in AnimationFilter
61 public AnimationFilter animateY() { in animateY() method in AnimationFilter
62 animateY = true; in animateY()
96 public AnimationFilter animateY(View view) { in animateY() method in AnimationFilter
102 return animateY || animateYViews.contains(view); in shouldAnimateY()
136 animateY |= filter.animateY; in combineFilter()
150 animateY = false; in reset()
DNotificationStackScrollLayout.java5869 .animateY()
5877 .animateY()
5885 .animateY()
5893 .animateY()
5910 .animateY()
5917 .animateY()
5930 .animateY()
5938 .animateY()
5945 .animateY()
5952 .animateY()
[all …]
DStackStateAnimator.java442 mAnimationFilter.animateY = true; in processAnimationEvents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java453 private AnimationFilter mAnimationFilter = new AnimationFilter().animateX().animateY()
DNotificationIconContainer.java72 private AnimationFilter mAnimationFilter = new AnimationFilter().animateY().animateAlpha()