/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/dummydata/ |
Cheeses.java | 26 public class Cheeses { 27 static final String[] CHEESES = { 40 "Blue Vein (Australian)", "Blue Vein Cheeses", "Bocconcini", "Bocconcini (Australian)", 102 "Manouri", "Manur", "Marble Cheddar", "Marbled Cheeses", "Maredsous", "Margotin", 107 "Molbo", "Monastery Cheeses", "Mondseer", "Mont D'or Lyonnais", "Montasio", 162 for (int i = 0, z = CHEESES.length ; i < z ; i++) { 163 items.add(CHEESES[i]); 169 * Return a list of random cheeses. 171 * @param count the amount of cheeses to return. 178 count = Math.min(count, CHEESES.length) [all...] |
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/dummydata/ |
Cheeses.java | 26 public class Cheeses { 27 static final String[] CHEESES = { 40 "Blue Vein (Australian)", "Blue Vein Cheeses", "Bocconcini", "Bocconcini (Australian)", 102 "Manouri", "Manur", "Marble Cheddar", "Marbled Cheeses", "Maredsous", "Margotin", 107 "Molbo", "Monastery Cheeses", "Mondseer", "Mont D'or Lyonnais", "Montasio", 162 for (int i = 0, z = CHEESES.length ; i < z ; i++) { 163 items.add(CHEESES[i]); 169 * Return a list of random cheeses. 171 * @param count the amount of cheeses to return. 178 count = Math.min(count, CHEESES.length) [all...] |
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/dummydata/ |
Cheeses.java | 26 public class Cheeses { 27 static final String[] CHEESES = { 40 "Blue Vein (Australian)", "Blue Vein Cheeses", "Bocconcini", "Bocconcini (Australian)", 102 "Manouri", "Manur", "Marble Cheddar", "Marbled Cheeses", "Maredsous", "Margotin", 107 "Molbo", "Monastery Cheeses", "Mondseer", "Mont D'or Lyonnais", "Montasio", 162 for (int i = 0, z = CHEESES.length ; i < z ; i++) { 163 items.add(CHEESES[i]); 169 * Return a list of random cheeses. 171 * @param count the amount of cheeses to return. 178 count = Math.min(count, CHEESES.length) [all...] |
/developers/samples/android/common/src/java/com/example/android/common/dummydata/ |
Cheeses.java | 26 public class Cheeses { 27 static final String[] CHEESES = { 40 "Blue Vein (Australian)", "Blue Vein Cheeses", "Bocconcini", "Bocconcini (Australian)", 102 "Manouri", "Manur", "Marble Cheddar", "Marbled Cheeses", "Maredsous", "Margotin", 107 "Molbo", "Monastery Cheeses", "Mondseer", "Mont D'or Lyonnais", "Montasio", 162 for (int i = 0, z = CHEESES.length ; i < z ; i++) { 163 items.add(CHEESES[i]); 169 * Return a list of random cheeses. 171 * @param count the amount of cheeses to return. 178 count = Math.min(count, CHEESES.length) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List17.java | 56 private String[] mStrings = Cheeses.sCheeseStrings;
|
SplitTouchView.java | 44 android.R.layout.simple_list_item_1, Cheeses.sCheeseStrings); 60 Cheeses.sCheeseStrings[position], response);
|
SearchViewFilterMode.java | 41 private final String[] mStrings = Cheeses.sCheeseStrings;
|
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/dummydata/ |
Cheeses.java | 26 public class Cheeses { 27 static final String[] CHEESES = { 40 "Blue Vein (Australian)", "Blue Vein Cheeses", "Bocconcini", "Bocconcini (Australian)", 102 "Manouri", "Manur", "Marble Cheddar", "Marbled Cheeses", "Maredsous", "Margotin", 107 "Molbo", "Monastery Cheeses", "Mondseer", "Mont D'or Lyonnais", "Montasio", 162 for (int i = 0, z = CHEESES.length ; i < z ; i++) { 163 items.add(CHEESES[i]); 169 * Return a list of random cheeses. 171 * @param count the amount of cheeses to return. 178 count = Math.min(count, CHEESES.length) [all...] |
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/dummydata/ |
Cheeses.java | 26 public class Cheeses { 27 static final String[] CHEESES = { 40 "Blue Vein (Australian)", "Blue Vein Cheeses", "Bocconcini", "Bocconcini (Australian)", 102 "Manouri", "Manur", "Marble Cheddar", "Marbled Cheeses", "Maredsous", "Margotin", 107 "Molbo", "Monastery Cheeses", "Mondseer", "Mont D'or Lyonnais", "Montasio", 162 for (int i = 0, z = CHEESES.length ; i < z ; i++) { 163 items.add(CHEESES[i]); 169 * Return a list of random cheeses. 171 * @param count the amount of cheeses to return. 178 count = Math.min(count, CHEESES.length) [all...] |
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/dummydata/ |
Cheeses.java | 26 public class Cheeses { 27 static final String[] CHEESES = { 40 "Blue Vein (Australian)", "Blue Vein Cheeses", "Bocconcini", "Bocconcini (Australian)", 102 "Manouri", "Manur", "Marble Cheddar", "Marbled Cheeses", "Maredsous", "Margotin", 107 "Molbo", "Monastery Cheeses", "Mondseer", "Mont D'or Lyonnais", "Montasio", 162 for (int i = 0, z = CHEESES.length ; i < z ; i++) { 163 items.add(CHEESES[i]); 169 * Return a list of random cheeses. 171 * @param count the amount of cheeses to return. 178 count = Math.min(count, CHEESES.length) [all...] |
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/swiperefreshlayoutbasic/ |
SwipeRefreshLayoutBasicFragment.java | 19 import com.example.android.common.dummydata.Cheeses; 114 Cheeses.randomList(LIST_ITEM_COUNT)); 206 * Dummy {@link AsyncTask} which simulates a long running task to fetch new cheeses. 221 // Return a new random list of cheeses 222 return Cheeses.randomList(LIST_ITEM_COUNT);
|
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/ |
SwipeRefreshListFragmentFragment.java | 19 import com.example.android.common.dummydata.Cheeses; 76 Cheeses.randomList(LIST_ITEM_COUNT)); 203 * Dummy {@link AsyncTask} which simulates a long running task to fetch new cheeses. 218 // Return a new random list of cheeses 219 return Cheeses.randomList(LIST_ITEM_COUNT);
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/swiperefreshlayoutbasic/ |
SwipeRefreshLayoutBasicFragment.java | 19 import com.example.android.common.dummydata.Cheeses; 114 Cheeses.randomList(LIST_ITEM_COUNT)); 206 * Dummy {@link AsyncTask} which simulates a long running task to fetch new cheeses. 221 // Return a new random list of cheeses 222 return Cheeses.randomList(LIST_ITEM_COUNT);
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/ |
SwipeRefreshListFragmentFragment.java | 19 import com.example.android.common.dummydata.Cheeses; 76 Cheeses.randomList(LIST_ITEM_COUNT)); 203 * Dummy {@link AsyncTask} which simulates a long running task to fetch new cheeses. 218 // Return a new random list of cheeses 219 return Cheeses.randomList(LIST_ITEM_COUNT);
|
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
AsyncListUtilActivity.java | 20 import com.example.android.supportv7.Cheeses; 121 return Cheeses.sCheeseStrings.length; 128 data[i] = Cheeses.sCheeseStrings[startPosition + i];
|
GridLayoutManagerActivity.java | 18 import com.example.android.supportv7.Cheeses; 114 mAdapter = new SimpleStringAdapter(this, Cheeses.sCheeseStrings) {
|
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.swiperefreshlayoutbasic/ |
SwipeRefreshLayoutBasicFragment.java | 19 import com.example.android.common.dummydata.Cheeses; 114 Cheeses.randomList(LIST_ITEM_COUNT)); 206 * Dummy {@link AsyncTask} which simulates a long running task to fetch new cheeses. 221 // Return a new random list of cheeses 222 return Cheeses.randomList(LIST_ITEM_COUNT);
|
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/ |
SwipeRefreshListFragmentFragment.java | 19 import com.example.android.common.dummydata.Cheeses; 76 Cheeses.randomList(LIST_ITEM_COUNT)); 203 * Dummy {@link AsyncTask} which simulates a long running task to fetch new cheeses. 218 // Return a new random list of cheeses 219 return Cheeses.randomList(LIST_ITEM_COUNT);
|
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/ |
PopupListFragment.java | 31 * This ListFragment displays a list of cheeses, with a clickable view on each item whichs displays 43 for (int i = 0, z = Cheeses.CHEESES.length ; i < z ; i++) { 44 items.add(Cheeses.CHEESES[i]); 105 * A simple array adapter that creates a list of cheeses.
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/ |
PopupListFragment.java | 31 * This ListFragment displays a list of cheeses, with a clickable view on each item whichs displays 43 for (int i = 0, z = Cheeses.CHEESES.length ; i < z ; i++) { 44 items.add(Cheeses.CHEESES[i]); 105 * A simple array adapter that creates a list of cheeses.
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/Application/src/main/java/com/example/android/actionbarcompat/listviewmodalselect/ |
CheeseListFragment.java | 30 import com.example.android.common.dummydata.Cheeses; 36 * This ListFragment displays a list of cheeses, allowing the user to select multiple items 53 mItems = Cheeses.asList();
|
/development/samples/browseable/ActionBarCompat-ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/ |
PopupListFragment.java | 31 * This ListFragment displays a list of cheeses, with a clickable view on each item whichs displays 43 for (int i = 0, z = Cheeses.CHEESES.length ; i < z ; i++) { 44 items.add(Cheeses.CHEESES[i]); 105 * A simple array adapter that creates a list of cheeses.
|
/development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/ |
ListViewAnimations.java | 53 for (int i = 0; i < Cheeses.sCheeseStrings.length; ++i) { 54 cheeseList.add(Cheeses.sCheeseStrings[i]);
|
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/ |
SwipeRefreshMultipleViewsFragment.java | 19 import com.example.android.common.dummydata.Cheeses; 228 * Dummy {@link AsyncTask} which simulates a long running task to fetch new cheeses. 243 // Return a new random list of cheeses 244 return Cheeses.randomList(LIST_ITEM_COUNT);
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/ |
SwipeRefreshMultipleViewsFragment.java | 19 import com.example.android.common.dummydata.Cheeses; 228 * Dummy {@link AsyncTask} which simulates a long running task to fetch new cheeses. 243 // Return a new random list of cheeses 244 return Cheeses.randomList(LIST_ITEM_COUNT);
|