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.java6051 .animateY()
6060 .animateY()
6068 .animateY()
6076 .animateY()
6093 .animateY()
6100 .animateY()
6113 .animateY()
6121 .animateY()
6128 .animateY()
6135 .animateY()
[all …]
DStackStateAnimator.java443 mAnimationFilter.animateY = true; in processAnimationEvents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java461 private AnimationFilter mAnimationFilter = new AnimationFilter().animateX().animateY()
DNotificationIconContainer.java79 .animateY()