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

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DatePickerDialogTask.java 34 public static int mDay;
39 mDay = day;
59 }, mYear, mMonth, mDay);
68 result.put("day", mDay);
83 result.put("day", mDay);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DateWidgets1.java 50 private int mDay;
73 mDay = c.get(Calendar.DAY_OF_MONTH);
99 mYear, mMonth, mDay);
112 ((DatePickerDialog) dialog).updateDate(mYear, mMonth, mDay);
122 .append(mDay).append("-")
135 mDay = dayOfMonth;

Completed in 242 milliseconds