Home
last modified time | relevance | path

Searched refs:is24HourView (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DTimePickerDialog.java81 boolean is24HourView) { in TimePickerDialog() argument
82 this(context, 0, listener, hourOfDay, minute, is24HourView); in TimePickerDialog()
112 int hourOfDay, int minute, boolean is24HourView) { in TimePickerDialog() argument
118 mIs24HourView = is24HourView; in TimePickerDialog()
200 state.putBoolean(IS_24_HOUR, mTimePicker.is24HourView()); in onSaveInstanceState()
/aosp14/frameworks/base/core/java/android/widget/
H A DTimePicker.java271 public void setIs24HourView(@NonNull Boolean is24HourView) { in setIs24HourView() argument
272 if (is24HourView == null) { in setIs24HourView()
276 mDelegate.setIs24Hour(is24HourView); in setIs24HourView()
285 public boolean is24HourView() { in is24HourView() method in TimePicker
H A DTimePickerClockDelegate.java413 private void initialize(int hourOfDay, int minute, boolean is24HourView, int index) { in initialize() argument
416 mIs24Hour = is24HourView; in initialize()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt60487 method public boolean is24HourView();