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

/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DAutoComplete1.java34 android.R.layout.simple_dropdown_item_1line, COUNTRIES);
39 static final String[] COUNTRIES = new String[] { field in class:AutoComplete1
H A DAutoComplete6.java34 android.R.layout.simple_dropdown_item_1line, COUNTRIES);
40 static final String[] COUNTRIES = new String[] { field in class:AutoComplete6
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
H A DLayoutChangesActivity.java86 COUNTRIES[(int) (Math.random() * COUNTRIES.length)]);
112 private static final String[] COUNTRIES = new String[]{ field in class:LayoutChangesActivity

Completed in 66 milliseconds