Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/widget/
DTextTime.kt44 private var mFormat12: CharSequence? = Utils.get12ModeFormat(0.3f, false)
DTextTime.java89 setFormat12Hour(Utils.get12ModeFormat(0.3f /* amPmRatio */, false)); in TextTime()
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java392 clock.setFormat12Hour(get12ModeFormat(0.4f /* amPmRatio */, includeSeconds)); in setTimeFormat()
404 public static CharSequence get12ModeFormat(float amPmRatio, boolean includeSeconds) { in get12ModeFormat() method in Utils
DClockFragment.java462 mDigitalClock.setFormat12Hour(Utils.get12ModeFormat(0.3f /* amPmRatio */, in bind()
/packages/apps/DeskClock/src/com/android/alarmclock/
DDigitalAppWidgetCityViewsFactory.kt161 rv.setCharSequence(clockId, "setFormat12Hour", Utils.get12ModeFormat(0.4f, false)) in update()
DDigitalAppWidgetCityViewsFactory.java181 rv.setCharSequence(clockId, "setFormat12Hour", Utils.get12ModeFormat(0.4f, false));