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

/frameworks/base/core/java/android/widget/
H A DToast.java57 * everything you need and returns a new Toast object.
61 * <p>For information about creating Toast notifications, read the
62 * <a href="{@docRoot}guide/topics/ui/notifiers/toasts.html">Toast Notifications</a> developer
66 public class Toast { class
67 static final String TAG = "Toast";
95 * Construct an empty Toast object. You must call {@link #setView} before you
101 public Toast(Context context) { method in class:Toast
244 * Gets the LayoutParams for the Toast window.
261 public static Toast makeText(Context context, CharSequence text, @Duration int duration) {
262 Toast resul
[all...]

Completed in 276 milliseconds