Searched defs:allowEmptyDisplay (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java664 * @param allowEmptyDisplay if true, then if the typedTimes is empty, use the placeholder text.
667 private void updateDisplay(boolean allowEmptyDisplay) { argument
668 if (!allowEmptyDisplay && mTypedTimes.isEmpty()) {

Completed in 101 milliseconds