OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:randomList
(Results
1 - 18
of
18
) sorted by null
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/dummydata/
Cheeses.java
173
public static ArrayList<String>
randomList
(int count) {
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/dummydata/
Cheeses.java
173
public static ArrayList<String>
randomList
(int count) {
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/dummydata/
Cheeses.java
173
public static ArrayList<String>
randomList
(int count) {
/developers/samples/android/common/src/java/com/example/android/common/dummydata/
Cheeses.java
173
public static ArrayList<String>
randomList
(int count) {
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/dummydata/
Cheeses.java
173
public static ArrayList<String>
randomList
(int count) {
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/dummydata/
Cheeses.java
173
public static ArrayList<String>
randomList
(int count) {
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/dummydata/
Cheeses.java
173
public static ArrayList<String>
randomList
(int count) {
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/swiperefreshlayoutbasic/
SwipeRefreshLayoutBasicFragment.java
114
Cheeses.
randomList
(LIST_ITEM_COUNT));
222
return Cheeses.
randomList
(LIST_ITEM_COUNT);
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/
SwipeRefreshListFragmentFragment.java
76
Cheeses.
randomList
(LIST_ITEM_COUNT));
219
return Cheeses.
randomList
(LIST_ITEM_COUNT);
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/swiperefreshlayoutbasic/
SwipeRefreshLayoutBasicFragment.java
114
Cheeses.
randomList
(LIST_ITEM_COUNT));
222
return Cheeses.
randomList
(LIST_ITEM_COUNT);
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/
SwipeRefreshListFragmentFragment.java
76
Cheeses.
randomList
(LIST_ITEM_COUNT));
219
return Cheeses.
randomList
(LIST_ITEM_COUNT);
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.swiperefreshlayoutbasic/
SwipeRefreshLayoutBasicFragment.java
114
Cheeses.
randomList
(LIST_ITEM_COUNT));
222
return Cheeses.
randomList
(LIST_ITEM_COUNT);
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/
SwipeRefreshListFragmentFragment.java
76
Cheeses.
randomList
(LIST_ITEM_COUNT));
219
return Cheeses.
randomList
(LIST_ITEM_COUNT);
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
SwipeRefreshMultipleViewsFragment.java
244
return Cheeses.
randomList
(LIST_ITEM_COUNT);
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
SwipeRefreshMultipleViewsFragment.java
244
return Cheeses.
randomList
(LIST_ITEM_COUNT);
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
SwipeRefreshMultipleViewsFragment.java
244
return Cheeses.
randomList
(LIST_ITEM_COUNT);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateTimeGeneratorTest.java
175
private String getRandomString(String[]
randomList
, int minLen, int maxLen) {
179
String source =
randomList
[random.nextInt(
randomList
.length)]; // don't bother with surrogates
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateTimeGeneratorTest.java
171
private String getRandomString(String[]
randomList
, int minLen, int maxLen) {
175
String source =
randomList
[random.nextInt(
randomList
.length)]; // don't bother with surrogates
[
all
...]
Completed in 3552 milliseconds