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

/frameworks/support/design/src/android/support/design/widget/
H A DSnackbar.java74 public final class Snackbar { class
77 * Callback class for {@link Snackbar} instances.
79 * @see Snackbar#setCallback(Callback)
82 /** Indicates that the Snackbar was dismissed via a swipe.*/
84 /** Indicates that the Snackbar was dismissed via an action click.*/
86 /** Indicates that the Snackbar was dismissed via a timeout.*/
88 /** Indicates that the Snackbar was dismissed via a call to {@link #dismiss()}.*/
90 /** Indicates that the Snackbar was dismissed from a new Snackbar being shown.*/
101 * Called when the given {@link Snackbar} ha
190 private Snackbar(ViewGroup parent) { method in class:Snackbar
[all...]

Completed in 34 milliseconds