public CollapsingAnimation(CompactCalendarView view, CompactCalendarController compactCalendarController, int targetHeight, bool down)
 {
     this.view = view;
     this.compactCalendarController = compactCalendarController;
     this.targetHeight = targetHeight;
     this.down         = down;
 }
Esempio n. 2
0
 public CalendarGestureListener(CompactCalendarView context)
 {
     _context = context;
 }
 public AnimationHandler(CompactCalendarController compactCalendarController, CompactCalendarView compactCalendarView)
 {
     this.compactCalendarController = compactCalendarController;
     this.compactCalendarView       = compactCalendarView;
 }