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

/frameworks/base/core/java/android/widget/
H A DToast.java237 public static Toast makeText(Context context, CharSequence text, int duration) { method in class:Toast
263 public static Toast makeText(Context context, int resId, int duration) method in class:Toast
265 return makeText(context, context.getResources().getText(resId), duration);
269 * Update the text in a Toast that was previously created using one of the makeText() methods.
277 * Update the text in a Toast that was previously created using one of the makeText() methods.
282 throw new RuntimeException("This Toast was not created with Toast.makeText()");
286 throw new RuntimeException("This Toast was not created with Toast.makeText()");

Completed in 33 milliseconds