Searched defs:LENGTH_LONG (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DToast.java74 @IntDef({LENGTH_SHORT, LENGTH_LONG})
90 public static final int LENGTH_LONG = 1; field in class:Toast
169 * @see #LENGTH_LONG
263 * {@link #LENGTH_LONG}
298 * {@link #LENGTH_LONG}
484 Toast.LENGTH_LONG ? LONG_DURATION_TIMEOUT : SHORT_DURATION_TIMEOUT;
/frameworks/support/design/src/android/support/design/widget/
H A DSnackbar.java76 public static final int LENGTH_LONG = BaseTransientBottomBar.LENGTH_LONG; field in class:Snackbar
130 * #LENGTH_LONG}
166 * #LENGTH_LONG}
H A DBaseTransientBottomBar.java139 @IntDef({LENGTH_INDEFINITE, LENGTH_SHORT, LENGTH_LONG})
164 public static final int LENGTH_LONG = 0; field in class:BaseTransientBottomBar
284 * {@link #LENGTH_SHORT}, {@link #LENGTH_LONG}, or a custom duration
/frameworks/base/core/java/android/text/format/
H A DDateUtils.java139 public static final int LENGTH_LONG = 10; field in class:DateUtils
189 * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_SHORT},
203 case LENGTH_LONG: names = d.longWeekdayNames; break;
229 * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_MEDIUM},
241 case LENGTH_LONG: names = d.longMonthNames; break;
365 return formatDuration(millis, LENGTH_LONG);
374 * locales may not have abbreviations). Use LENGTH_LONG for the full spelling (e.g. "2 hours"),
382 case LENGTH_LONG:

Completed in 1386 milliseconds