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

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
Utils.java 64 public static int getDaysInMonth(int month, int year) {
  /frameworks/base/core/java/android/widget/
DatePickerCalendarDelegate.java 256 final int daysInMonth = getDaysInMonth(month, year);
584 public static int getDaysInMonth(int month, int year) {
SimpleMonthView.java 818 mDaysInMonth = getDaysInMonth(mMonth, mYear);
837 private static int getDaysInMonth(int month, int year) {
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerDialog.java 436 int daysInMonth = Utils.getDaysInMonth(month, year);
MonthView.java 378 mNumCells = Utils.getDaysInMonth(mMonth, mYear);

Completed in 93 milliseconds