Home
last modified time | relevance | path

Searched refs:reverseItems (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java101 public static Item[] reverseItems(Item[] items) { in reverseItems() method in PopupPopulator
DPopupContainerWithArrow.java187 itemsToPopulate = PopupPopulator.reverseItems(itemsToPopulate); in populateAndShow()