Searched refs:SHORTCUT_RANK_COMPARATOR (Results 1 – 1 of 1) sorted by relevance
54 private static final Comparator<ShortcutInfo> SHORTCUT_RANK_COMPARATOR = (a, b) -> { field in PopupPopulator72 shortcuts.sort(SHORTCUT_RANK_COMPARATOR); in sortAndFilterShortcuts()