Home
last modified time | relevance | path

Searched defs:shuffle (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/util/
DDiffUtilActivity.java53 Button shuffle = new Button(this); in onCreate() local
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
DSortedListTest.java289 private static Item[] shuffle(Item[] items) { in shuffle() method in SortedListTest