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.java201 * <p>In most languages, the results returned for LENGTH_SHORT will be the same as
206 public static final int LENGTH_SHORT = 30; field in class:DateUtils
211 * as {@link #LENGTH_SHORT}.
223 * the results returned for {@link #LENGTH_SHORT}.
233 * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_SHORT},
235 * Note that in most languages, {@link #LENGTH_SHORT}
249 case LENGTH_SHORT: names = d.shortWeekdayNames; break; // TODO
291 case LENGTH_SHORT: names = d.shortMonthNames; break;
326 case LENGTH_SHORT: names = d.shortMonthNames; break;

Completed in 96 milliseconds