Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAnimationFilter.java32 boolean animateY; field in AnimationFilter
62 public AnimationFilter animateY() { in animateY() method in AnimationFilter
63 animateY = true; in animateY()
107 public AnimationFilter animateY(View view) { in animateY() method in AnimationFilter
113 return animateY || animateYViews.contains(view); in shouldAnimateY()
147 animateY |= filter.animateY; in combineFilter()
163 animateY = false; in reset()
DNotificationStackScrollLayout.java3403 .animateY(mShelf));
4894 .animateY()
4903 .animateY()
4912 .animateY()
4921 .animateY()
4948 .animateY()
4959 .animateY()
4973 .animateY()
4982 .animateY()
4990 .animateY()
[all …]
DStackStateAnimator.java476 mAnimationFilter.animateY = true; in processAnimationEvents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java71 private AnimationFilter mAnimationFilter = new AnimationFilter().animateY().animateAlpha()