Searched defs:AnimationEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java135 private ArrayList<AnimationEvent> mAnimationEvents = new ArrayList<>();
1915 int type = AnimationEvent.ANIMATION_TYPE_HEADS_UP_OTHER;
1920 ? AnimationEvent.ANIMATION_TYPE_HEADS_UP_DISAPPEAR_CLICK
1921 : AnimationEvent.ANIMATION_TYPE_HEADS_UP_DISAPPEAR;
1932 type = AnimationEvent.ANIMATION_TYPE_HEADS_UP_APPEAR;
1935 type = AnimationEvent.ANIMATION_TYPE_ADD;
1940 AnimationEvent event = new AnimationEvent(row, type);
1958 mAnimationEvents.add(new AnimationEvent(mExpandedGroupView,
1959 AnimationEvent
2917 static class AnimationEvent { class in class:NotificationStackScrollLayout
3160 AnimationEvent(View view, int type) { method in class:NotificationStackScrollLayout.AnimationEvent
3164 AnimationEvent(View view, int type, long length) { method in class:NotificationStackScrollLayout.AnimationEvent
[all...]

Completed in 66 milliseconds