HomeSort by relevance Sort by last modified time
    Searched refs:AnimationEvent (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AnimationFilter.java 95 public void applyCombination(ArrayList<NotificationStackScrollLayout.AnimationEvent> events) {
99 NotificationStackScrollLayout.AnimationEvent ev = events.get(i);
102 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_GO_TO_FULL_SHADE) {
106 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_DARK) {
110 if (ev.animationType == NotificationStackScrollLayout.AnimationEvent
145 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_ABOVE;
StackStateAnimator.java 80 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
112 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents,
120 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents);
334 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) {
337 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: {
348 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT:
350 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE: {
380 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_ABOVE) {
383 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_BELOW) {
    [all...]
NotificationStackScrollLayout.java 162 private ArrayList<AnimationEvent> mAnimationEvents = new ArrayList<>();
    [all...]

Completed in 148 milliseconds