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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java663 * @param allowEmptyDisplay if true, then if the typedTimes is empty, use the placeholder text.
666 private void updateDisplay(boolean allowEmptyDisplay) { argument
667 if (!allowEmptyDisplay && mTypedTimes.isEmpty()) {
/frameworks/base/core/java/android/widget/
H A DTimePickerClockDelegate.java943 * @param allowEmptyDisplay if true, then if the typedTimes is empty, use the placeholder text.
946 private void updateDisplay(boolean allowEmptyDisplay) { argument
947 if (!allowEmptyDisplay && mTypedTimes.isEmpty()) {

Completed in 94 milliseconds