Searched defs:mIs24HourMode (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DCircleView.java35 private boolean mIs24HourMode; field in class:CircleView
65 mIs24HourMode = is24HourMode;
103 if (!mIs24HourMode) {
H A DRadialSelectorView.java59 private boolean mIs24HourMode; field in class:RadialSelectorView
109 mIs24HourMode = is24HourMode;
283 if (!mIs24HourMode) {
H A DRadialTextsView.java50 private boolean mIs24HourMode; field in class:RadialTextsView
101 mIs24HourMode = is24HourMode;
184 if (!mIs24HourMode) {
H A DRadialPickerLayout.java72 private boolean mIs24HourMode; field in class:RadialPickerLayout
178 mIs24HourMode = is24HourMode;
179 mHideAmPm = mAccessibilityManager.isTouchExplorationEnabled()? true : mIs24HourMode;
259 return mIs24HourMode && (hourOfDay <= 12 && hourOfDay != 0);
462 if (mIs24HourMode) {
476 if (currentShowing == HOUR_INDEX && mIs24HourMode && !isInnerCircle && degrees != 0) {
707 if (getCurrentItemShowing() == HOUR_INDEX && !mIs24HourMode) {
765 if (mIs24HourMode) {
809 if (mIs24HourMode) {
H A DTimePickerDialog.java95 private boolean mIs24HourMode; field in class:TimePickerDialog
150 mIs24HourMode = is24HourMode;
184 mIs24HourMode = savedInstanceState.getBoolean(KEY_IS_24_HOUR_VIEW);
225 mInitialMinute, mIs24HourMode);
270 if (mIs24HourMode) {
378 outState.putBoolean(KEY_IS_24_HOUR_VIEW, mIs24HourMode);
419 if (mIs24HourMode) {
455 if (!mIs24HourMode) {
535 || (!mIs24HourMode &&
575 if ((mIs24HourMode
[all...]

Completed in 51 milliseconds