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/
TimePickerClockDelegate.java 658 char hourFormat = '\0';
664 hourFormat = c;
679 if (hourFormat == 'k' && value == 0) {
684 value = modulo12(value, hourFormat == 'K');
    [all...]
TimePickerSpinnerDelegate.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 82 milliseconds