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

/frameworks/base/core/java/android/widget/
H A DToast.java50 * everything you need and returns a new Toast object.
54 * <p>For information about creating Toast notifications, read the
55 * <a href="{@docRoot}guide/topics/ui/notifiers/toasts.html">Toast Notifications</a> developer
59 public class Toast { class
60 static final String TAG = "Toast";
83 * Construct an empty Toast object. You must call {@link #setView} before you
89 public Toast(Context context) { method in class:Toast
237 public static Toast makeText(Context context, CharSequence text, int duration) {
238 Toast result = new Toast(contex
[all...]

Completed in 35 milliseconds