Home | History | Annotate | Download | only in stack

Lines Matching refs:NotificationStackScrollLayout

79     public NotificationStackScrollLayout mHostLayout;
80 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
99 public StackStateAnimator(NotificationStackScrollLayout hostLayout) {
112 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents,
120 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents);
161 if (NotificationStackScrollLayout.isPinnedHeadsUp(child)) {
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) {
859 ArrayList<NotificationStackScrollLayout.AnimationEvent> animationEvents,
861 for (NotificationStackScrollLayout.AnimationEvent event : animationEvents) {
864 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD) {
877 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE) {
908 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT) {
916 } else if (event.animationType == NotificationStackScrollLayout
920 } else if (event.animationType == NotificationStackScrollLayout
932 } else if (event.animationType == NotificationStackScrollLayout
934 event.animationType == NotificationStackScrollLayout
946 event.animationType == NotificationStackScrollLayout