Home | History | Annotate | Download | only in stack

Lines Matching refs:AnimationEvent

73     private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
102 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents,
110 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents);
269 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) {
272 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: {
283 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT:
285 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE: {
746 ArrayList<NotificationStackScrollLayout.AnimationEvent> animationEvents,
748 for (NotificationStackScrollLayout.AnimationEvent event : animationEvents) {
751 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD) {
772 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE) {