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

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

Completed in 877 milliseconds