Searched refs:toastLength (Results 1 – 1 of 1) sorted by relevance
1185 static TextToastInfo create(Context context, String text, int toastLength) { in create() argument1186 Toast t = Toast.makeText(context, text, toastLength); in create()1214 static CustomToastInfo create(Context context, String text, int toastLength) { in create() argument1216 t.setDuration(toastLength); in create()