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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AnimationFilter.java 121 public void applyCombination(ArrayList<NotificationStackScrollLayout.AnimationEvent> events) {
125 NotificationStackScrollLayout.AnimationEvent ev = events.get(i);
128 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_GO_TO_FULL_SHADE) {
131 if (ev.animationType == NotificationStackScrollLayout.AnimationEvent
134 } else if (ev.animationType == NotificationStackScrollLayout.AnimationEvent
StackStateAnimator.java 67 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
128 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents,
136 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents);
241 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) {
244 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: {
255 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT:
257 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE: {
357 ArrayList<NotificationStackScrollLayout.AnimationEvent> animationEvents,
359 for (NotificationStackScrollLayout.AnimationEvent event : animationEvents) {
362 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD)
    [all...]
NotificationStackScrollLayout.java 201 private ArrayList<AnimationEvent> mAnimationEvents = new ArrayList<>();
    [all...]
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 87 private ArrayList<AnimationEvent> mEvents = new ArrayList<>();
478 AnimationEvent event = mEvents.get(mLastEventId);
483 if (event.mEvent == AnimationEvent.ANIMATION_END) {
485 } else if (event.mEvent == AnimationEvent.ANIMATION_DELAY_ENDED
498 AnimationEvent event = mEvents.get(mLastEventId);
503 if (event.mEvent == AnimationEvent.ANIMATION_START) {
505 } else if (event.mEvent == AnimationEvent.ANIMATION_END && anim.isStarted()) {
794 if (mEvents.get(i).mEvent == AnimationEvent.ANIMATION_DELAY_ENDED) {
800 if (mEvents.get(i).mEvent == AnimationEvent.ANIMATION_END) {
    [all...]
  /frameworks/base/config/
preloaded-classes 73 android.animation.AnimatorSet$AnimationEvent
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 194 milliseconds