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
62 public AnimationFilter animateY() { in animateY() method in AnimationFilter
63 animateY = true; in animateY()
102 public AnimationFilter animateY(View view) { in animateY() method in AnimationFilter
108 return animateY || animateYViews.contains(view); in shouldAnimateY()
142 animateY |= filter.animateY; in combineFilter()
157 animateY = false; in reset()
DNotificationStackScrollLayout.java3593 .animateY(mShelf));
5858 .animateY()
5866 .animateY()
5874 .animateY()
5882 .animateY()
5899 .animateY()
5909 .animateY()
5922 .animateY()
5930 .animateY()
5937 .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()