Searched defs:Toast (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 832 milliseconds