Searched refs:shuffle (Results 1 – 17 of 17) sorted by relevance
54 Button shuffle = new Button(this); in onCreate() local55 shuffle.setText("Shuffle"); in onCreate()56 ll.addView(shuffle); in onCreate()66 shuffle.setOnClickListener(new View.OnClickListener() { in onCreate()
80 Collections.shuffle(actual); in testComparator()110 Collections.shuffle(actual); in testNoCrash_leftNull()140 Collections.shuffle(actual); in testNoCrash_rightNull()
249 Collections.shuffle(actual); in testOrdering()
108 Collections.shuffle(ids); in testNotificationsShownAndCleared()109 Collections.shuffle(types); in testNotificationsShownAndCleared()116 Collections.shuffle(idsToClear); in testNotificationsShownAndCleared()
110 Collections.shuffle(COLORS); in makeIcon()
120 Collections.shuffle(j, random); in generatePermutationMatrix()
483 Collections.shuffle(mShuffledList); in applyShuffleModeLocked()
283 Collections.shuffle(mCameraUsageHistory); in dumpUsageEvents()
512 Collections.shuffle(mShuffledList); in applyShuffleModeLocked()
369 private static Item[] shuffle(Item[] items) { in shuffle() method in SortedListTest432 mList.addAll(shuffle(createItems(10, 18, 2))); in testAddAllMerge()438 mList.addAll(shuffle(createItems(28, 20, -2))); in testAddAllMerge()
387 Collections.shuffle(list); in shuffledArray()
463 std::shuffle(&accessSequence[0], &accessSequence[maxEntries], randomEngine); in TEST_P()
857 Collections.shuffle(addrs); in getAllByName()
47965 method public static void shuffle(java.util.List<?>);47966 method public static void shuffle(java.util.List<?>, java.util.Random);
67216 Ljava/util/Collections;->shuffle(Ljava/util/List;)V67217 Ljava/util/Collections;->shuffle(Ljava/util/List;Ljava/util/Random;)V
48451 HSPLjava/util/Collections;->shuffle(Ljava/util/List;)V48452 HSPLjava/util/Collections;->shuffle(Ljava/util/List;Ljava/util/Random;)V
66242 method public static void shuffle(java.util.List<?>);66243 method public static void shuffle(java.util.List<?>, java.util.Random);