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

/frameworks/base/core/java/android/widget/
H A DToast.java48 * everything you need and returns a new Toast object.
50 public class Toast { class
51 static final String TAG = "Toast";
80 * Construct an empty Toast object. You must call {@link #setView} before you
86 public Toast(Context context) { method in class:Toast
230 public static Toast makeText(Context context, CharSequence text, int duration) {
231 Toast result = new Toast(context);
256 public static Toast makeText(Context context, int resId, int duration)
262 * Update the text in a Toast tha
[all...]

Completed in 63 milliseconds