Home
last modified time | relevance | path

Searched refs:get12ModeFormat (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/widget/
DTextTime.kt45 private var mFormat12: CharSequence? = Utils.get12ModeFormat(0.3f, false)
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.kt379 clock?.format12Hour = get12ModeFormat(amPmRatio = 0.4f, includeSeconds = includeSeconds) in setTimeFormat()
390 fun get12ModeFormat(amPmRatio: Float, includeSeconds: Boolean): CharSequence { in get12ModeFormat() method
DClockFragment.kt392 mDigitalClock.format12Hour = Utils.get12ModeFormat(0.3f, false) in bind()
/packages/apps/DeskClock/src/com/android/alarmclock/
DDigitalAppWidgetCityViewsFactory.kt161 rv.setCharSequence(clockId, "setFormat12Hour", Utils.get12ModeFormat(0.4f, false)) in update()