HomeSort by relevance Sort by last modified time
    Searched refs:allDay (Results 26 - 41 of 41) sorted by null

12

  /frameworks/base/core/jni/
android_text_format_Time.cpp 72 bool allDay = env->GetBooleanField(o, g_allDayField);
73 if (allDay &&
76 sprintf(msg, "allDay is true but sec, min, hour are not 0.");
165 bool allDay = env->GetBooleanField(This, g_allDayField);
167 if (!allDay) {
661 g_allDayField = env->GetFieldID(timeClass, "allDay", "Z");
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 157 public static final String EVENT_ALL_DAY = "allDay";
309 boolean allDay = originalModel.mAllDay;
310 values.put(Events.ORIGINAL_ALL_DAY, allDay ? 1 : 0);
726 untilTime.allDay = true;
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 89 assertEquals(time.allDay, anotherTime.allDay);
431 assertFalse(t.allDay);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 153 * Projection to query for correcting times in allDay events.
    [all...]
CalendarDatabaseHelper.java 562 // timezone for event with allDay events are in local timezone
604 + "allDay INTEGER NOT NULL DEFAULT 0,"
627 // timezone for event with allDay events are in local timezone
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 287 day.allDay = false;
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 224 public static long buildViewExtraLong(int response, boolean allDay) {
225 long extra = allDay ? ALL_DAY_MASK : 0;
313 // TODO: pass the real allDay status or at least a status that says we don't know the
316 // so currently the missing allDay status has no effect.
    [all...]
Utils.java 539 * allday event and will adjust the time to be on a midnight boundary.
653 // that it holds conflicting events as well as color settings for allday on
657 public int[] allDays; // color for the allday, 0 means no event
    [all...]
DayView.java 104 // Duration of the allday expansion
106 // duration of the more allday event text fade
336 // This encloses the more allDay events icon
363 // This is the standard height of an allday event with no restrictions
366 * This is the minimum desired height of a allday event.
367 * When unexpanded, allday events will use this height.
368 * When expanded allDay events will attempt to grow to fit all
373 * This is how big the unexpanded allday height is allowed to be.
380 * The expanded allDay region can't expand into this.
384 // The largest a single allDay event will become
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 377 info.allDay, info.location);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 649 milliseconds

12