Home
last modified time | relevance | path

Searched refs:mIs24HourMode (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DTimePickerDialog.java97 private boolean mIs24HourMode; field in TimePickerDialog
152 mIs24HourMode = is24HourMode; in initialize()
186 mIs24HourMode = savedInstanceState.getBoolean(KEY_IS_24_HOUR_VIEW); in onCreate()
228 mInitialMinute, mIs24HourMode); in onCreateView() local
273 if (mIs24HourMode) { in onCreateView()
381 outState.putBoolean(KEY_IS_24_HOUR_VIEW, mIs24HourMode);
422 if (mIs24HourMode) {
458 if (!mIs24HourMode) {
538 || (!mIs24HourMode &&
578 if ((mIs24HourMode && mTypedTimes.size() == 4) ||
[all …]
DCircleView.java35 private boolean mIs24HourMode; field in CircleView
65 mIs24HourMode = is24HourMode; in initialize()
103 if (!mIs24HourMode) { in onDraw()
DRadialPickerLayout.java73 private boolean mIs24HourMode; field in RadialPickerLayout
179 mIs24HourMode = is24HourMode; in initialize()
180 mHideAmPm = mAccessibilityManager.isTouchExplorationEnabled()? true : mIs24HourMode; in initialize()
260 return mIs24HourMode && (hourOfDay <= 12 && hourOfDay != 0); in isHourInnerCircle()
463 if (mIs24HourMode) { in reselectSelector()
477 if (currentShowing == HOUR_INDEX && mIs24HourMode && !isInnerCircle && degrees != 0) { in reselectSelector()
706 if (getCurrentItemShowing() == HOUR_INDEX && !mIs24HourMode) { in onTouch()
764 if (mIs24HourMode) { in dispatchPopulateAccessibilityEvent()
808 if (mIs24HourMode) { in performAccessibilityAction()
DRadialSelectorView.java59 private boolean mIs24HourMode; field in RadialSelectorView
109 mIs24HourMode = is24HourMode; in initialize()
283 if (!mIs24HourMode) { in onDraw()
DRadialTextsView.java50 private boolean mIs24HourMode; field in RadialTextsView
101 mIs24HourMode = is24HourMode; in initialize()
184 if (!mIs24HourMode) { in onDraw()
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java157 private boolean mIs24HourMode; field in RadialTimePickerView
378 mIs24HourMode = false; in RadialTimePickerView()
448 if (mIs24HourMode != is24HourMode) { in initialize()
449 mIs24HourMode = is24HourMode; in initialize()
528 if (mIs24HourMode) { in getHourForDegrees()
549 if (mIs24HourMode) { in getDegreesForHour()
563 return mIs24HourMode && (hour == 0 || hour > 12); in getInnerCircleForHour()
602 if (mAmOrPm == amOrPm || mIs24HourMode) { in setAmOrPm()
635 if (mIs24HourMode) { in initData()
751 if (mIs24HourMode && mInnerTextHours != null) { in drawHoursClipped()
[all …]
DTimePicker.java505 private final boolean mIs24HourMode; field in TimePicker.AbstractTimePickerDelegate.SavedState
517 mIs24HourMode = is24HourMode; in SavedState()
525 mIs24HourMode = (in.readInt() == 1); in SavedState()
538 return mIs24HourMode; in is24HourMode()
550 dest.writeInt(mIs24HourMode ? 1 : 0); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt89201 Landroid/widget/RadialTimePickerView;->mIs24HourMode:Z
91241 Landroid/widget/TimePicker$AbstractTimePickerDelegate$SavedState;->mIs24HourMode:Z