Searched refs:get12ModeFormat (Results 1 – 6 of 6) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
D | TextTime.kt | 44 private var mFormat12: CharSequence? = Utils.get12ModeFormat(0.3f, false)
|
D | TextTime.java | 89 setFormat12Hour(Utils.get12ModeFormat(0.3f /* amPmRatio */, false)); in TextTime()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | Utils.java | 392 clock.setFormat12Hour(get12ModeFormat(0.4f /* amPmRatio */, includeSeconds)); in setTimeFormat() 404 public static CharSequence get12ModeFormat(float amPmRatio, boolean includeSeconds) { in get12ModeFormat() method in Utils
|
D | ClockFragment.java | 462 mDigitalClock.setFormat12Hour(Utils.get12ModeFormat(0.3f /* amPmRatio */, in bind()
|
/packages/apps/DeskClock/src/com/android/alarmclock/ |
D | DigitalAppWidgetCityViewsFactory.kt | 161 rv.setCharSequence(clockId, "setFormat12Hour", Utils.get12ModeFormat(0.4f, false)) in update()
|
D | DigitalAppWidgetCityViewsFactory.java | 181 rv.setCharSequence(clockId, "setFormat12Hour", Utils.get12ModeFormat(0.4f, false));
|