Home
last modified time | relevance | path

Searched refs:amPmFontSize (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java520 public static void setTimeFormat(TextClock clock, int amPmFontSize) { in setTimeFormat() argument
523 clock.setFormat12Hour(get12ModeFormat(amPmFontSize)); in setTimeFormat()
532 public static CharSequence get12ModeFormat(int amPmFontSize) { in get12ModeFormat() argument
536 if (amPmFontSize <= 0) { in get12ModeFormat()
549 sp.setSpan(new AbsoluteSizeSpan(amPmFontSize), amPmPos, amPmPos + 1, in get12ModeFormat()
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DTextTime.java143 public void setFormat(int amPmFontSize) { in setFormat() argument
144 setFormat12Hour(Utils.get12ModeFormat(amPmFontSize)); in setFormat()
/packages/apps/DeskClock/src/com/android/alarmclock/
DWidgetUtils.java141 public static void setTimeFormat(RemoteViews clock, int amPmFontSize, int clockId) { in setTimeFormat() argument
144 clock.setCharSequence(clockId, "setFormat12Hour", Utils.get12ModeFormat(amPmFontSize)); in setTimeFormat()