Searched refs:isTypedTimeFullyLegal (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java253 if (mInKbMode && isTypedTimeFullyLegal()) {
409 if (!isTypedTimeFullyLegal()) {
494 if (isTypedTimeFullyLegal()) {
501 if (!isTypedTimeFullyLegal()) {
575 (!mIs24HourMode && isTypedTimeFullyLegal())) {
588 if (isTypedTimeFullyLegal()) {
617 private boolean isTypedTimeFullyLegal() { method in class:TimePickerDialog
620 // getEnteredTime() will ONLY call isTypedTimeFullyLegal() when NOT in 24hour mode.
633 if (!isTypedTimeFullyLegal()) {
736 if (!mIs24HourMode && isTypedTimeFullyLegal()) {
[all...]
/frameworks/base/core/java/android/widget/
H A DTimePickerClockDelegate.java641 if (!isTypedTimeFullyLegal()) {
856 (!mIs24HourView && isTypedTimeFullyLegal())) {
869 if (isTypedTimeFullyLegal()) {
898 private boolean isTypedTimeFullyLegal() { method in class:TimePickerClockDelegate
901 // getEnteredTime() will ONLY call isTypedTimeFullyLegal() when NOT in 24hour mode.
914 if (!isTypedTimeFullyLegal()) {
1016 if (!mIs24HourView && isTypedTimeFullyLegal()) {
1297 if (!hasFocus && mInKbMode && isTypedTimeFullyLegal()) {

Completed in 99 milliseconds