Searched refs:mIs24HourMode (Results 1 – 8 of 8) 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()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 …]
505 private final boolean mIs24HourMode; field in TimePicker.AbstractTimePickerDelegate.SavedState517 mIs24HourMode = is24HourMode; in SavedState()525 mIs24HourMode = (in.readInt() == 1); in SavedState()538 return mIs24HourMode; in is24HourMode()550 dest.writeInt(mIs24HourMode ? 1 : 0); in writeToParcel()
89201 Landroid/widget/RadialTimePickerView;->mIs24HourMode:Z91241 Landroid/widget/TimePicker$AbstractTimePickerDelegate$SavedState;->mIs24HourMode:Z