HomeSort by relevance Sort by last modified time
    Searched full:mplaceholdertext (Results 1 - 1 of 1) sorted by null

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 99 private char mPlaceholderText;
304 mPlaceholderText = mDoublePlaceholderText.charAt(0);
684 String.format(hourFormat, values[0]).replace(' ', mPlaceholderText);
686 String.format(minuteFormat, values[1]).replace(' ', mPlaceholderText);
    [all...]

Completed in 58 milliseconds