Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java385 clock.setFormat12Hour(get12ModeFormat(0.4f /* amPmRatio */, includeSeconds)); in setTimeFormat()
397 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/deskclock/widget/
DTextTime.java89 setFormat12Hour(Utils.get12ModeFormat(0.3f /* amPmRatio */, false)); in TextTime()
/packages/apps/DeskClock/src/com/android/alarmclock/
DDigitalAppWidgetCityViewsFactory.java181 rv.setCharSequence(clockId, "setFormat12Hour", Utils.get12ModeFormat(0.4f, false));