Searched refs:mIs24HourMode (Results 1 – 7 of 7) sorted by relevance
97 private boolean mIs24HourMode; field in TimePickerDialog152 mIs24HourMode = is24HourMode; in initialize()186 mIs24HourMode = savedInstanceState.getBoolean(KEY_IS_24_HOUR_VIEW); in onCreate()228 mInitialMinute, mIs24HourMode); in onCreateView() local273 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 …]
35 private boolean mIs24HourMode; field in CircleView65 mIs24HourMode = is24HourMode; in initialize()103 if (!mIs24HourMode) { in onDraw()
73 private boolean mIs24HourMode; field in RadialPickerLayout179 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()
59 private boolean mIs24HourMode; field in RadialSelectorView109 mIs24HourMode = is24HourMode; in initialize()283 if (!mIs24HourMode) { in onDraw()
50 private boolean mIs24HourMode; field in RadialTextsView101 mIs24HourMode = is24HourMode; in initialize()184 if (!mIs24HourMode) { in onDraw()
157 private boolean mIs24HourMode; field in RadialTimePickerView378 mIs24HourMode = false; in RadialTimePickerView()446 if (mIs24HourMode != is24HourMode) { in initialize()447 mIs24HourMode = is24HourMode; in initialize()526 if (mIs24HourMode) { in getHourForDegrees()547 if (mIs24HourMode) { in getDegreesForHour()561 return mIs24HourMode && (hour == 0 || hour > 12); in getInnerCircleForHour()600 if (mAmOrPm == amOrPm || mIs24HourMode) { in setAmOrPm()633 if (mIs24HourMode) { in initData()749 if (mIs24HourMode && mInnerTextHours != null) { in drawHoursClipped()[all …]
493 private final boolean mIs24HourMode; field in TimePicker.AbstractTimePickerDelegate.SavedState505 mIs24HourMode = is24HourMode; in SavedState()513 mIs24HourMode = (in.readInt() == 1); in SavedState()526 return mIs24HourMode; in is24HourMode()538 dest.writeInt(mIs24HourMode ? 1 : 0); in writeToParcel()