Searched refs:amPmFontSize (Results 1 – 3 of 3) sorted by relevance
494 public static void setTimeFormat(TextClock clock, int amPmFontSize) { in setTimeFormat() argument497 clock.setFormat12Hour(get12ModeFormat(amPmFontSize)); in setTimeFormat()506 public static CharSequence get12ModeFormat(int amPmFontSize) { in get12ModeFormat() argument510 if (amPmFontSize <= 0) { in get12ModeFormat()523 sp.setSpan(new AbsoluteSizeSpan(amPmFontSize), amPmPos, amPmPos + 1, in get12ModeFormat()
143 public void setFormat(int amPmFontSize) { in setFormat() argument144 setFormat12Hour(Utils.get12ModeFormat(amPmFontSize)); in setFormat()
141 public static void setTimeFormat(RemoteViews clock, int amPmFontSize, int clockId) { in setTimeFormat() argument144 clock.setCharSequence(clockId, "setFormat12Hour", Utils.get12ModeFormat(amPmFontSize)); in setTimeFormat()