Searched refs:mIs24HourMode (Results 1 – 7 of 7) sorted by relevance
94 private boolean mIs24HourMode; field in TimePickerDialog149 mIs24HourMode = is24HourMode; in initialize()183 mIs24HourMode = savedInstanceState.getBoolean(KEY_IS_24_HOUR_VIEW); in onCreate()224 mInitialMinute, mIs24HourMode); in onCreateView() local269 if (mIs24HourMode) { in onCreateView()377 outState.putBoolean(KEY_IS_24_HOUR_VIEW, mIs24HourMode);418 if (mIs24HourMode) {454 if (!mIs24HourMode) {534 || (!mIs24HourMode &&574 if ((mIs24HourMode && mTypedTimes.size() == 4) ||[all …]
35 private boolean mIs24HourMode; field in CircleView65 mIs24HourMode = is24HourMode; in initialize()103 if (!mIs24HourMode) { in onDraw()
71 private boolean mIs24HourMode; field in RadialPickerLayout177 mIs24HourMode = is24HourMode; in initialize()178 mHideAmPm = mAccessibilityManager.isTouchExplorationEnabled()? true : mIs24HourMode; in initialize()258 return mIs24HourMode && (hourOfDay <= 12 && hourOfDay != 0); in isHourInnerCircle()461 if (mIs24HourMode) { in reselectSelector()475 if (currentShowing == HOUR_INDEX && mIs24HourMode && !isInnerCircle && degrees != 0) { in reselectSelector()704 if (getCurrentItemShowing() == HOUR_INDEX && !mIs24HourMode) { in onTouch()762 if (mIs24HourMode) { in dispatchPopulateAccessibilityEvent()806 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 RadialTimePickerView398 mIs24HourMode = false; in RadialTimePickerView()455 if (mIs24HourMode != is24HourMode) { in initialize()456 mIs24HourMode = is24HourMode; in initialize()509 final boolean isOnInnerCircle = mIs24HourMode && hour >= 1 && hour <= 12; in setCurrentHourInternal()538 if (mIs24HourMode) { in getHourForDegrees()556 if (mIs24HourMode) { in getDegreesForHour()636 if (mIs24HourMode) { in initData()649 if (mIs24HourMode) { in initData()725 if (mIs24HourMode) { in updateLayoutData()[all …]
531 private final boolean mIs24HourMode;542 mIs24HourMode = is24HourMode;552 mIs24HourMode = (in.readInt() == 1);567 return mIs24HourMode;587 dest.writeInt(mIs24HourMode ? 1 : 0);