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

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
Utils.java 61 public static int getDaysInMonth(int month, int year) {
  /frameworks/base/core/java/android/widget/
DatePickerCalendarDelegate.java 260 final int daysInMonth = getDaysInMonth(month, year);
577 public static int getDaysInMonth(int month, int year) {
SimpleMonthView.java 558 mDaysInMonth = getDaysInMonth(mMonth, mYear);
576 private static int getDaysInMonth(int month, int year) {
  /prebuilts/misc/common/com.android.uiautomator.platform.common/
com.android.uiautomator.platform.common.jar 

Completed in 41 milliseconds