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.java94 public void applyCombination(ArrayList<NotificationStackScrollLayout.AnimationEvent> events) { in applyCombination()
98 NotificationStackScrollLayout.AnimationEvent ev = events.get(i); in applyCombination()
101 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_GO_TO_FULL_SHADE) { in applyCombination()
105 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_DARK) { in applyCombination()
139 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_ABOVE; in reset()
DNotificationStackScrollLayout.java128 private ArrayList<AnimationEvent> mAnimationEvents
129 = new ArrayList<AnimationEvent>();
1751 new AnimationEvent(null, AnimationEvent.ANIMATION_TYPE_VIEW_RESIZE)); in generateViewResizeEvent()
1758 mAnimationEvents.add(new AnimationEvent(child, in generateSnapBackEvents()
1759 AnimationEvent.ANIMATION_TYPE_SNAP_BACK)); in generateSnapBackEvents()
1766 mAnimationEvents.add(new AnimationEvent(child, in generateDragEvents()
1767 AnimationEvent.ANIMATION_TYPE_START_DRAG)); in generateDragEvents()
1776 ? AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT in generateChildRemovalEvents()
1777 : AnimationEvent.ANIMATION_TYPE_REMOVE; in generateChildRemovalEvents()
1778 AnimationEvent event = new AnimationEvent(child, animationType); in generateChildRemovalEvents()
[all …]
DStackStateAnimator.java74 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
103 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents, in startAnimationForEvents()
111 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents); in startAnimationForEvents()
274 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) { in calculateChildAnimationDelay()
277 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: { in calculateChildAnimationDelay()
288 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT: in calculateChildAnimationDelay()
290 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE: { in calculateChildAnimationDelay()
320 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_ABOVE) { in calculateDelayDark()
323 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_BELOW) { in calculateDelayDark()
760 ArrayList<NotificationStackScrollLayout.AnimationEvent> animationEvents, in processAnimationEvents()
[all …]