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<>();
1914 int type = AnimationEvent.ANIMATION_TYPE_HEADS_UP_OTHER;
1918 type = AnimationEvent.ANIMATION_TYPE_HEADS_UP_DISAPPEAR;
1929 type = AnimationEvent.ANIMATION_TYPE_HEADS_UP_APPEAR;
1932 type = AnimationEvent.ANIMATION_TYPE_ADD;
1937 AnimationEvent event = new AnimationEvent(row, type);
1955 mAnimationEvents.add(new AnimationEvent(mExpandedGroupView,
1956 AnimationEvent.ANIMATION_TYPE_GROUP_EXPANSION_CHANGED));
1964 new AnimationEvent(nul
2898 static class AnimationEvent { class in class:NotificationStackScrollLayout
3128 AnimationEvent(View view, int type) { method in class:NotificationStackScrollLayout.AnimationEvent
3132 AnimationEvent(View view, int type, long length) { method in class:NotificationStackScrollLayout.AnimationEvent
[all...]

Completed in 116 milliseconds