Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAnimationFilter.java26 boolean animateY; field in AnimationFilter
44 public AnimationFilter animateY() { in animateY() method in AnimationFilter
45 animateY = true; in animateY()
114 animateY |= filter.animateY; in combineFilter()
127 animateY = false; in reset()
DNotificationStackScrollLayout.java2907 .animateY()
2916 .animateY()
2925 .animateY()
2934 .animateY()
2955 .animateY()
2964 .animateY()
2977 .animateY()
2992 .animateY()
3000 .animateY()
3008 .animateY()
[all …]
DStackStateAnimator.java639 if (!mAnimationFilter.animateY) { in startYTranslationAnimation()
902 mAnimationFilter.animateY = true; in processAnimationEvents()