HomeSort by relevance Sort by last modified time
    Searched refs:mShortMonths (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
MonthPicker.java 20 private final String[] mShortMonths;
29 mShortMonths =
73 String[] displayedValues = Arrays.copyOfRange(mShortMonths,
  /frameworks/base/core/java/android/widget/
DatePicker.java 550 private String[] mShortMonths;
654 mMonthSpinner.setDisplayedValues(mShortMonths);
900 mShortMonths = new DateFormatSymbols().getShortMonths();
905 mShortMonths = new String[mNumberOfMonths];
907 mShortMonths[i] = String.format("%d", i + 1);
917 return Character.isDigit(mShortMonths[Calendar.JANUARY].charAt(0));
    [all...]

Completed in 587 milliseconds