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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java254 if (mInKbMode && isTypedTimeFullyLegal()) {
410 if (!isTypedTimeFullyLegal()) {
495 if (isTypedTimeFullyLegal()) {
502 if (!isTypedTimeFullyLegal()) {
576 (!mIs24HourMode && isTypedTimeFullyLegal())) {
589 if (isTypedTimeFullyLegal()) {
618 private boolean isTypedTimeFullyLegal() { method in class:TimePickerDialog
621 // getEnteredTime() will ONLY call isTypedTimeFullyLegal() when NOT in 24hour mode.
634 if (!isTypedTimeFullyLegal()) {
737 if (!mIs24HourMode && isTypedTimeFullyLegal()) {
[all...]
/frameworks/base/core/java/android/widget/
H A DTimePickerClockDelegate.java711 if (!isTypedTimeFullyLegal()) {
926 (!mIs24HourView && isTypedTimeFullyLegal())) {
939 if (isTypedTimeFullyLegal()) {
968 private boolean isTypedTimeFullyLegal() { method in class:TimePickerClockDelegate
971 // getEnteredTime() will ONLY call isTypedTimeFullyLegal() when NOT in 24hour mode.
984 if (!isTypedTimeFullyLegal()) {
1086 if (!mIs24HourView && isTypedTimeFullyLegal()) {
1367 if (!hasFocus && mInKbMode && isTypedTimeFullyLegal()) {

Completed in 251 milliseconds