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

/frameworks/base/core/java/android/widget/
H A DToast.java60 * everything you need and returns a new Toast object.
64 * <p>For information about creating Toast notifications, read the
65 * <a href="{@docRoot}guide/topics/ui/notifiers/toasts.html">Toast Notifications</a> developer
69 public class Toast { class
70 static final String TAG = "Toast";
98 * Construct an empty Toast object. You must call {@link #setView} before you
104 public Toast(Context context) { method in class:Toast
109 * Constructs an empty Toast object. If looper is null, Looper.myLooper() is used.
112 public Toast(@NonNull Context context, @Nullable Looper looper) { method in class:Toast
249 * Gets the LayoutParams for the Toast windo
[all...]

Completed in 57 milliseconds