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

/frameworks/base/core/java/android/widget/
H A DToast.java68 @IntDef({LENGTH_SHORT, LENGTH_LONG})
77 public static final int LENGTH_SHORT = 0; field in class:Toast
160 * @see #LENGTH_SHORT
245 * @param duration How long to display the message. Either {@link #LENGTH_SHORT} or
270 * @param duration How long to display the message. Either {@link #LENGTH_SHORT} or
/frameworks/base/core/java/android/text/format/
H A DDateUtils.java149 * <p>In most languages, the results returned for LENGTH_SHORT will be the same as
154 public static final int LENGTH_SHORT = 30; field in class:DateUtils
159 * as {@link #LENGTH_SHORT}.
171 * the results returned for {@link #LENGTH_SHORT}.
181 * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_SHORT},
183 * Note that in most languages, {@link #LENGTH_SHORT}
197 case LENGTH_SHORT: names = d.shortWeekdayNames; break; // TODO
235 case LENGTH_SHORT: names = d.shortMonthNames; break;

Completed in 66 milliseconds