Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetsTableUtils.java110 @Px int currentRowWidth = 0; in groupWidgetItemsUsingRowPxWithoutReordering() local
128 currentRowWidth = containerWidth; in groupWidgetItemsUsingRowPxWithoutReordering()
130 && (currentRowWidth + containerWidth) <= rowPx in groupWidgetItemsUsingRowPxWithoutReordering()
138 currentRowWidth += containerWidth; in groupWidgetItemsUsingRowPxWithoutReordering()
144 currentRowWidth = containerWidth; in groupWidgetItemsUsingRowPxWithoutReordering()