Searched refs:WIDGET_SHORTCUT_COMPARATOR (Results 1 – 1 of 1) sorted by relevance
45 private static final Comparator<WidgetItem> WIDGET_SHORTCUT_COMPARATOR = (item, otherItem) -> { field in WidgetsTableUtils78 List<WidgetItem> sortedWidgetItems = widgetItems.stream().sorted(WIDGET_SHORTCUT_COMPARATOR) in groupWidgetItemsUsingRowPxWithReordering()