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

/frameworks/base/core/java/android/widget/
H A DToast.java240 public static Toast makeText(Context context, CharSequence text, int duration) { method in class:Toast
266 public static Toast makeText(Context context, int resId, int duration) method in class:Toast
268 return makeText(context, context.getResources().getText(resId), duration);
272 * Update the text in a Toast that was previously created using one of the makeText() methods.
280 * Update the text in a Toast that was previously created using one of the makeText() methods.
285 throw new RuntimeException("This Toast was not created with Toast.makeText()");
289 throw new RuntimeException("This Toast was not created with Toast.makeText()");

Completed in 59 milliseconds