Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetsTableUtils.java45 private static final Comparator<WidgetItem> WIDGET_SHORTCUT_COMPARATOR = (item, otherItem) -> { field in WidgetsTableUtils
78 List<WidgetItem> sortedWidgetItems = widgetItems.stream().sorted(WIDGET_SHORTCUT_COMPARATOR) in groupWidgetItemsUsingRowPxWithReordering()