HomeSort by relevance Sort by last modified time
    Searched refs:MONTH (Results 76 - 100 of 160) sorted by null

1 2 34 5 6 7

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DatePicker.java 61 * of the fields Year, Month and Day to be displayed in the DatePicker.
71 * of the fields Year, Month and Day to be displayed in the DatePicker.
82 * of the fields Year, Month and Day to be displayed in the DatePicker.
146 mInitMonth = cal.get(Calendar.MONTH);
186 protected boolean setDate(int year, int month, int day) {
195 GregorianCalendar cal = new GregorianCalendar(year, month, day);
203 mSelectedMonth = mConstant.months[month];
206 updateSelection(mColMonthIndex, month);
218 if (month == 1) {
224 } else if ((month == 3) || (month == 5) || (month == 8) || (month == 10))
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java 104 * This is not actually a useful month name in all locales.
218 * Return a localized string for the month of the year.
219 * @param month One of {@link Calendar#JANUARY Calendar.JANUARY},
225 * @return Localized month of the year.
229 public static String getMonthString(int month, int abbrev) {
240 return names[month];
579 && thenCal.get(Calendar.MONTH) == nowCal.get(Calendar.MONTH)
596 int thenMonth = time.month;
601 && (thenMonth == time.month)
    [all...]
Time.java 96 * Day of month [1-31]
101 * Month [0-11]
103 public int month; field in class:Time
148 public static final int MONTH = 5;
266 int n = DAYS_PER_MONTH[this.month];
274 case MONTH:
307 this.month = 0;
430 // month
434 month = n;
436 // day of month
    [all...]
DateFormat.java 128 public static final char MONTH = 'M';
238 * {@code ja_JP} where there is only one length of month.
315 int month = value.indexOf('M'); local
319 if (month >= 0 && day >= 0 && year >= 0) {
321 if (year < month && year < day) {
322 if (month < day) {
327 } else if (month < day) {
333 } else { // day < month
334 if (month < year) {
372 * array containing the day ({@code 'd'}), month ({@code 'M'}), and year ({@code 'y'})
    [all...]
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 51 * A calendar-like view displaying a specified month and the appropriate selectable day numbers
52 * within the specified month.
306 private static boolean isValidMonth(int month) {
307 return month >= Calendar.JANUARY && month <= Calendar.DECEMBER;
312 * will only update if a new value is included, except for focus month, which will always
313 * default to no focus month if no value is passed in. The only required parameter is the
316 * @param selectedDay the selected day of the month, or -1 for no selection.
317 * @param month the month
    [all...]
  /libcore/luni/src/main/java/java/util/
SimpleTimeZone.java 31 * {@code SimpleTimeZone} should count from the end of the month
102 * By default, this constructor specifies day-of-week-in-month rules. That
108 * Day of month: To specify an exact day of the month, such as March 1, set
111 * Day of week after day of month: To specify the first day of the week
112 * occurring on or after an exact day of the month, make the day of the week
117 * Day of week before day of month: To specify the last day of the week
118 * occurring on or before an exact day of the month, make the day of the
119 * week and the day of the month negative. For example, if {@code startDay} is {@code -21}
134 * the daylight savings starting month. The month indexing is 0-based. eg,
    [all...]
Formatter.java 338 * <td width="25%">Localized month name (abbreviated).</td>
344 * <td width="25%">Localized month name (full).</td>
362 * <td width="25%">2-digit day of month (01-31).</td>
374 * <td width="25%">Day of month (1-31).</td>
428 * <td width="25%">2-digit month of year (01-12).</td>
    [all...]
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 183 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int millis) {
201 calc += mlen[month] * MILLISECONDS_PER_DAY;
352 private int month; field in class:ZoneInfo.WallTime
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 145 mCallDateMonth = c.get(Calendar.MONTH);
476 public void onDateSet(DatePicker view, int year, int month, int day) {
478 mCallDateMonth = month;
509 mCallDateMonth = dateTime.get(Calendar.MONTH);
  /external/chromium_org/v8/src/
dateparser.h 19 // [1]: month (0 = Jan, 1 = Feb, ...)
31 YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, MILLISECOND, UTC_OFFSET, OUTPUT_SIZE
366 // If set, ensures that data is always parsed in year-month-date order.
  /external/jsilver/src/org/clearsilver/jni/
JniHdf.java 239 Integer.toString(cal.get(Calendar.MONTH)+1));
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 50 // Affects when the month selection will change while scrolling up
83 // which month should be displayed/highlighted [0-11]
165 * in range it will move the list so that the first of the month containing
187 * MonthAdapter.MONTHS_IN_YEAR + day.month;
220 // and if so scroll to the month that contains it
250 * Updates the title and selected month if the view has moved to a new
251 * month.
268 * Sets the month displayed at the top of this view based on time. Override
272 mCurrentMonthDisplayed = date.month;
442 cal.set(day.year, day.month, day.day)
475 int month = firstVisiblePosition % 12; local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSync.java 248 sb.append(String.format(Locale.US, "%02d", calendar.get(Calendar.MONTH) + 1));
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 682 int monthExpected = Calendar.getInstance().get(Calendar.MONTH);
689 int monthActual1 = Calendar.getInstance().get(Calendar.MONTH);
703 int monthActual2 = Calendar.getInstance().get(Calendar.MONTH);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
calendar.h 55 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
91 * <code>UDate</code> (such as only year and month but no day in the month),
100 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
111 * MONTH + DAY_OF_MONTH
112 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
113 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
152 * month, day-of-month <em>and</em> day-of-week in some cases.
176 * month up in the date <code>December 12, <b>1996</b></code> results i
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 55 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
91 * <code>UDate</code> (such as only year and month but no day in the month),
100 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
111 * MONTH + DAY_OF_MONTH
112 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
113 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
152 * month, day-of-month <em>and</em> day-of-week in some cases.
176 * month up in the date <code>December 12, <b>1996</b></code> results i
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 51 time.month = other.month;
111 c.get(Calendar.MONTH),
123 public void set(int second, int minute, int hour, int monthDay, int month, int year) {
128 time.month = month;
137 public void set(int monthDay, int month, int year) {
138 set(0, 0, 0, monthDay, month, year);
152 time.month = 0;
260 c.set(time.year, time.month, time.monthDay, time.hour, time.minute, time.second)
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 477 cal.set(Calendar.MONTH, binOtherDate.getMonth());
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /frameworks/base/obex/javax/obex/
ObexHelper.java 248 temp.set(Calendar.MONTH, Integer.parseInt(dateString.substring(
444 temp = dateHeader.get(Calendar.MONTH);
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 228 assertEquals(cal.get(Calendar.MONTH), 1); // 0 based
243 assertEquals(cal.get(Calendar.MONTH), 1); // 0 based
    [all...]
  /prebuilts/misc/common/com.android.uiautomator.platform.common/
com.android.uiautomator.platform.common.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DateTimeActivity.java 138 static void setDate(Context context, int year, int month, int day) {
142 c.set(Calendar.MONTH, month);
395 String month = result.get(mIndex);
402 if (months[i].equals(month)) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java     [all...]

Completed in 1036 milliseconds

1 2 34 5 6 7