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

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

Completed in 155 milliseconds