Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/util/
H A DWidgetsTableUtilsTest.java100 WidgetsTableUtils.groupWidgetItemsIntoTableWithReordering( in groupWidgetItemsIntoTableWithReordering_widgetsOnly_maxSpansPerRow5_shouldGroupWidgetsInTable()
118 WidgetsTableUtils.groupWidgetItemsIntoTableWithReordering( in groupWidgetItemsIntoTableWithReordering_widgetsOnly_maxSpansPerRow4_shouldGroupWidgetsInTable()
138 WidgetsTableUtils.groupWidgetItemsIntoTableWithReordering( in groupWidgetItemsIntoTableWithReordering_mixItems_maxSpansPerRow4_shouldGroupWidgetsInTable()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
H A DWidgetsTableUtils.java52 public static List<ArrayList<WidgetItem>> groupWidgetItemsIntoTableWithReordering( in groupWidgetItemsIntoTableWithReordering() method in WidgetsTableUtils
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsListTableViewHolderBinder.java96 WidgetsTableUtils.groupWidgetItemsIntoTableWithReordering( in bindViewHolder()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsBottomSheet.java186 WidgetsTableUtils.groupWidgetItemsIntoTableWithReordering(widgets, mMaxHorizontalSpan) in onWidgetsBound()