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

/frameworks/base/core/java/android/widget/
H A DTextInputTimePickerView.java52 private boolean mIs24Hour; field in class:TextInputTimePickerView
180 mIs24Hour = is24Hour;
204 final int maxHour = mIs24Hour ? 23 : 11 + minHour;
234 final int maxHour = (mIs24Hour ? 23 : 11) + minHour;
240 if (mIs24Hour) {
H A DTimePickerClockDelegate.java115 private boolean mIs24Hour; field in class:TimePickerClockDelegate
250 initialize(currentHour, currentMinute, mIs24Hour, HOUR_INDEX);
310 mLocale, mIs24Hour ? "Hm" : "hm");
331 final int maxHour = (mIs24Hour ? 23 : 11) + minHour;
415 mIs24Hour = is24HourView;
432 mCurrentHour < 12 ? AM : PM, mIs24Hour, mHourFormatStartsAtZero);
436 mRadialTimePickerView.initialize(mCurrentHour, mCurrentMinute, mIs24Hour);
441 if (mIs24Hour) {
557 if (mIs24Hour) {
614 if (mIs24Hour !
[all...]

Completed in 43 milliseconds