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

  /frameworks/base/core/java/android/widget/
TimePickerSpinnerDelegate.java 646 char hourFormat = '\0';
652 hourFormat = c;
667 if (hourFormat == 'k' && value == 0) {
672 value = modulo12(value, hourFormat == 'K');
    [all...]
TimePickerClockDelegate.java 230 char hourFormat = '\0';
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 680 String hourFormat = enteredZeros[0]? "%02d" : "%2d";
683 String.format(hourFormat, values[0]).replace(' ', mPlaceholderText);
    [all...]

Completed in 63 milliseconds