Searched refs:ALL_DAY_MASK (Results 1 – 1 of 1) sorted by relevance
132 private static final long ALL_DAY_MASK = 0x100; field in CalendarController.EventInfo180 return ((extraLong & ALL_DAY_MASK) != 0) ? true : false; in isAllDay()207 long extra = allDay ? ALL_DAY_MASK : 0; in buildViewExtraLong()