Home
last modified time | relevance | path

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

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