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

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

Completed in 114 milliseconds