Searched defs:getDaysInMonth (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
H A DUtils.java61 public static int getDaysInMonth(int month, int year) { method in class:Utils
/frameworks/base/core/java/android/widget/
H A DDatePickerCalendarDelegate.java262 final int daysInMonth = getDaysInMonth(month, year);
606 public static int getDaysInMonth(int month, int year) { method in class:DatePickerCalendarDelegate
H A DSimpleMonthView.java813 mDaysInMonth = getDaysInMonth(mMonth, mYear);
832 private static int getDaysInMonth(int month, int year) { method in class:SimpleMonthView

Completed in 267 milliseconds