Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java60 private static final Comparator<ShortcutInfo> SHORTCUT_RANK_COMPARATOR field in PopupPopulator
95 Collections.sort(shortcuts, SHORTCUT_RANK_COMPARATOR); in sortAndFilterShortcuts()