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

  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/
DatePickerHelper.java 137 if (calDay - dpDay < getDaysInMonth(calYear, calMonth) / 2)
140 decrementDay(dpDay - calDay + getDaysInMonth(calYear, calMonth));
142 if (dpDay - calDay < getDaysInMonth(calYear, calMonth) / 2)
145 incrementDay(calDay - dpDay + getDaysInMonth(calYear, calMonth));
189 private static int getDaysInMonth(int year, int month) {
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
Utils.java 61 public static int getDaysInMonth(int month, int year) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-xparb.js 75 return "this.getDaysInMonth() + ";
325 Date.prototype.getDaysInMonth = function() {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-xparb.js 75 return "this.getDaysInMonth() + ";
325 Date.prototype.getDaysInMonth = function() {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
date-format-xparb.js 75 return "this.getDaysInMonth() + ";
325 Date.prototype.getDaysInMonth = function() {
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 362 mNumCells = getDaysInMonth(mMonth, mYear);
376 private static int getDaysInMonth(int month, int year) {
DatePickerCalendarDelegate.java 609 int daysInMonth = getDaysInMonth(month, year);
615 public static int getDaysInMonth(int month, int year) {
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerDialog.java 433 int daysInMonth = Utils.getDaysInMonth(month, year);
MonthView.java 378 mNumCells = Utils.getDaysInMonth(mMonth, mYear);

Completed in 3346 milliseconds