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

/frameworks/base/core/java/android/widget/
H A DToast.java249 public static Toast makeText(Context context, CharSequence text, @Duration int duration) { method in class:Toast
275 public static Toast makeText(Context context, int resId, @Duration int duration) method in class:Toast
277 return makeText(context, context.getResources().getText(resId), duration);
281 * Update the text in a Toast that was previously created using one of the makeText() methods.
289 * Update the text in a Toast that was previously created using one of the makeText() methods.
294 throw new RuntimeException("This Toast was not created with Toast.makeText()");
298 throw new RuntimeException("This Toast was not created with Toast.makeText()");

Completed in 516 milliseconds