Searched refs:WIDGETS_TABLE_ROW_SIZE_COMPARATOR (Results 1 – 2 of 2) sorted by relevance
60 public static final Comparator<ArrayList<WidgetItem>> WIDGETS_TABLE_ROW_SIZE_COMPARATOR = field in WidgetsTableUtils83 return rows.stream().sorted(WIDGETS_TABLE_ROW_SIZE_COMPARATOR).toList(); in groupWidgetItemsUsingRowPxWithReordering()
21 import static com.android.launcher3.widget.util.WidgetsTableUtils.WIDGETS_TABLE_ROW_SIZE_COMPARATOR;166 return filteredRows.stream().sorted(WIDGETS_TABLE_ROW_SIZE_COMPARATOR).toList(); in selectRowsThatFitInAvailableHeight()