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

/frameworks/base/core/java/android/widget/
H A DToast.java59 public static final int LENGTH_SHORT = 0; field in class:Toast
142 * @see #LENGTH_SHORT
226 * @param duration How long to display the message. Either {@link #LENGTH_SHORT} or
251 * @param duration How long to display the message. Either {@link #LENGTH_SHORT} or
/frameworks/base/core/java/android/text/format/
H A DDateUtils.java274 * <p>In most languages, the results returned for LENGTH_SHORT will be the same as
277 public static final int LENGTH_SHORT = 30; field in class:DateUtils
282 * as {@link #LENGTH_SHORT}.
292 * the results returned for {@link #LENGTH_SHORT}.
300 * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_SHORT},
302 * Note that in most languages, {@link #LENGTH_SHORT}
313 case LENGTH_SHORT: list = sDaysShort; break;
353 case LENGTH_SHORT: list = sMonthsMedium; break;
387 case LENGTH_SHORT: list = sMonthsMedium; break;

Completed in 152 milliseconds