Searched defs:getFormat12Hour (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextClock.java67 * <li>Otherwise, use the value returned by {@link #getFormat12Hour()} when non-null</li>
73 * <li>Use the value returned by {@link #getFormat12Hour()} when non-null</li>
101 * @see #getFormat12Hour()
276 public CharSequence getFormat12Hour() { method in class:TextClock
298 * @see #getFormat12Hour()
403 * returned by {@link #getFormat12Hour()} is used instead.
412 * @see #getFormat12Hour()
462 * Selects either one of {@link #getFormat12Hour()} or {@link #getFormat24Hour()}
482 * Selects either one of {@link #getFormat12Hour()} or {@link #getFormat24Hour()}
607 CharSequence s = getFormat12Hour();
[all...]

Completed in 66 milliseconds