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

  /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/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 60 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
116 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents,
124 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents);
229 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) {
232 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: {
243 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT:
245 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE: {
343 ArrayList<NotificationStackScrollLayout.AnimationEvent> animationEvents,
345 for (NotificationStackScrollLayout.AnimationEvent event : animationEvents) {
348 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD)
    [all...]
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
NotificationStackScrollLayout.java 170 private ArrayList<AnimationEvent> mAnimationEvents = new ArrayList<>();
    [all...]
  /frameworks/base/
preloaded-classes 341 android.animation.AnimatorSet$AnimationEvent
    [all...]
compiled-classes-phone 96 android.animation.AnimatorSet$AnimationEvent
    [all...]

Completed in 97 milliseconds