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

/frameworks/base/core/java/android/widget/
H A DToast.java68 public static final int LENGTH_SHORT = 0; field in class:Toast
149 * @see #LENGTH_SHORT
233 * @param duration How long to display the message. Either {@link #LENGTH_SHORT} or
258 * @param duration How long to display the message. Either {@link #LENGTH_SHORT} or
/frameworks/base/core/java/android/text/format/
H A DDateUtils.java279 * <p>In most languages, the results returned for LENGTH_SHORT will be the same as
282 public static final int LENGTH_SHORT = 30; field in class:DateUtils
287 * as {@link #LENGTH_SHORT}.
297 * the results returned for {@link #LENGTH_SHORT}.
305 * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_SHORT},
307 * Note that in most languages, {@link #LENGTH_SHORT}
318 case LENGTH_SHORT: list = sDaysShort; break;
358 case LENGTH_SHORT: list = sMonthsMedium; break;
392 case LENGTH_SHORT: list = sMonthsMedium; break;

Completed in 64 milliseconds