Home
last modified time | relevance | path

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

/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/dummydata/
DCheeses.java173 public static ArrayList<String> randomList(int count) { in randomList() method in Cheeses
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/dummydata/
DCheeses.java173 public static ArrayList<String> randomList(int count) { in randomList() method in Cheeses
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/dummydata/
DCheeses.java173 public static ArrayList<String> randomList(int count) { in randomList() method in Cheeses
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.swiperefreshlayoutbasic/
DSwipeRefreshLayoutBasicFragment.java114 Cheeses.randomList(LIST_ITEM_COUNT)); in onViewCreated()
222 return Cheeses.randomList(LIST_ITEM_COUNT); in doInBackground()
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/
DSwipeRefreshListFragmentFragment.java76 Cheeses.randomList(LIST_ITEM_COUNT)); in onViewCreated()
219 return Cheeses.randomList(LIST_ITEM_COUNT); in doInBackground()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
DSwipeRefreshMultipleViewsFragment.java244 return Cheeses.randomList(LIST_ITEM_COUNT); in doInBackground()