Home
last modified time | relevance | path

Searched refs:getDaysInMonth (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
DUtils.java64 public static int getDaysInMonth(int month, int year) { in getDaysInMonth() method in Utils
/frameworks/base/core/java/android/widget/
DDatePickerCalendarDelegate.java256 final int daysInMonth = getDaysInMonth(month, year);
584 public static int getDaysInMonth(int month, int year) { in getDaysInMonth() method in DatePickerCalendarDelegate
DSimpleMonthView.java818 mDaysInMonth = getDaysInMonth(mMonth, mYear); in setMonthParams()
837 private static int getDaysInMonth(int month, int year) { in getDaysInMonth() method in SimpleMonthView
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DDatePickerDialog.java436 int daysInMonth = Utils.getDaysInMonth(month, year); in adjustDayInMonthIfNeeded()
DMonthView.java378 mNumCells = Utils.getDaysInMonth(mMonth, mYear); in setMonthParams()