Searched refs:isAllDay (Results 1 – 5 of 5) sorted by relevance
144 public boolean isAllDay() { in isAllDay() method in Event
155 if (event.isAllDay() || event.getDuration().compareTo(Duration.ofDays(1)) >= 0) { in updateRecyclerViewItems()
127 if (!mEvent.isAllDay()) { in bind()
175 public boolean isAllDay() { in isAllDay() method in CalendarController.EventInfo
499 allDay = time.isAllDay(); in VerifyInstance()