Home
last modified time | relevance | path

Searched defs:onTimeFormatChanged (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/clocks/
DClockEvents.kt32 fun onTimeFormatChanged(is24Hr: Boolean) method
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DComposedDigitalLayerController.kt97 override fun onTimeFormatChanged(is24Hr: Boolean) { in onTimeFormatChanged() method in com.android.systemui.shared.clocks.ComposedDigitalLayerController
DFlexClockController.kt78 override fun onTimeFormatChanged(is24Hr: Boolean) { in onTimeFormatChanged() method in com.android.systemui.shared.clocks.FlexClockController
DFlexClockFaceController.kt116 override fun onTimeFormatChanged(is24Hr: Boolean) { in onTimeFormatChanged() method in com.android.systemui.shared.clocks.FlexClockFaceEvents
DSimpleDigitalHandLayerController.kt159 override fun onTimeFormatChanged(is24Hr: Boolean) { in onTimeFormatChanged() method
DDefaultClockController.kt212 override fun onTimeFormatChanged(is24Hr: Boolean) = in onTimeFormatChanged() method in DefaultClockEvents
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java61 public void onTimeFormatChanged(String timeFormat) { } in onTimeFormatChanged() method in KeyguardUpdateMonitorCallback
DClockEventController.kt368 override fun onTimeFormatChanged(timeFormat: String?) { in <lambda>() method in com.android.keyguard.ClockEventController