Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAnimationFilter.java95 public void applyCombination(ArrayList<NotificationStackScrollLayout.AnimationEvent> events) { in applyCombination()
99 NotificationStackScrollLayout.AnimationEvent ev = events.get(i); in applyCombination()
102 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_GO_TO_FULL_SHADE) { in applyCombination()
106 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_DARK) { in applyCombination()
110 if (ev.animationType == NotificationStackScrollLayout.AnimationEvent in applyCombination()
145 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_ABOVE; in reset()
DStackStateAnimator.java80 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
112 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents, in startAnimationForEvents()
120 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents); in startAnimationForEvents()
334 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) { in calculateChildAnimationDelay()
337 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: { in calculateChildAnimationDelay()
348 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT: in calculateChildAnimationDelay()
350 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE: { in calculateChildAnimationDelay()
380 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_ABOVE) { in calculateDelayDark()
383 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_BELOW) { in calculateDelayDark()
859 ArrayList<NotificationStackScrollLayout.AnimationEvent> animationEvents, in processAnimationEvents()
[all …]
DNotificationStackScrollLayout.java163 private ArrayList<AnimationEvent> mAnimationEvents = new ArrayList<>();
2697 int type = AnimationEvent.ANIMATION_TYPE_HEADS_UP_OTHER; in generateHeadsUpAnimationEvents()
2702 ? AnimationEvent.ANIMATION_TYPE_HEADS_UP_DISAPPEAR_CLICK in generateHeadsUpAnimationEvents()
2703 : AnimationEvent.ANIMATION_TYPE_HEADS_UP_DISAPPEAR; in generateHeadsUpAnimationEvents()
2718 type = AnimationEvent.ANIMATION_TYPE_HEADS_UP_APPEAR; in generateHeadsUpAnimationEvents()
2721 type = AnimationEvent.ANIMATION_TYPE_ADD; in generateHeadsUpAnimationEvents()
2726 AnimationEvent event = new AnimationEvent(row, type); in generateHeadsUpAnimationEvents()
2744 mAnimationEvents.add(new AnimationEvent(mExpandedGroupView, in generateGroupExpansionEvent()
2745 AnimationEvent.ANIMATION_TYPE_GROUP_EXPANSION_CHANGED)); in generateGroupExpansionEvent()
2753 new AnimationEvent(null, AnimationEvent.ANIMATION_TYPE_VIEW_RESIZE)); in generateViewResizeEvent()
[all …]