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

/frameworks/base/core/java/android/widget/
H A DToast.java230 public static Toast makeText(Context context, CharSequence text, int duration) { method in class:Toast
256 public static Toast makeText(Context context, int resId, int duration) method in class:Toast
258 return makeText(context, context.getResources().getText(resId), duration);
262 * Update the text in a Toast that was previously created using one of the makeText() methods.
270 * Update the text in a Toast that was previously created using one of the makeText() methods.
275 throw new RuntimeException("This Toast was not created with Toast.makeText()");
279 throw new RuntimeException("This Toast was not created with Toast.makeText()");

Completed in 70 milliseconds