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

/frameworks/base/core/java/android/widget/
H A DToast.java69 public static final int LENGTH_SHORT = 0; field in class:Toast
152 * @see #LENGTH_SHORT
236 * @param duration How long to display the message. Either {@link #LENGTH_SHORT} or
261 * @param duration How long to display the message. Either {@link #LENGTH_SHORT} or
/frameworks/base/core/java/android/text/format/
H A DDateUtils.java150 * <p>In most languages, the results returned for LENGTH_SHORT will be the same as
155 public static final int LENGTH_SHORT = 30; field in class:DateUtils
160 * as {@link #LENGTH_SHORT}.
172 * the results returned for {@link #LENGTH_SHORT}.
182 * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_SHORT},
184 * Note that in most languages, {@link #LENGTH_SHORT}
198 case LENGTH_SHORT: names = d.shortWeekdayNames; break; // TODO
236 case LENGTH_SHORT: names = d.shortMonthNames; break;

Completed in 218 milliseconds