Home
last modified time | relevance | path

Searched refs:toastLength (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java1185 static TextToastInfo create(Context context, String text, int toastLength) { in create() argument
1186 Toast t = Toast.makeText(context, text, toastLength); in create()
1214 static CustomToastInfo create(Context context, String text, int toastLength) { in create() argument
1216 t.setDuration(toastLength); in create()