Home
last modified time | relevance | path

Searched defs:containerWidth (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetsTableUtils.java123 @Px int containerWidth = containerSizePx.getWidth() + (2 * cellPadding); in groupWidgetItemsUsingRowPxWithoutReordering() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDesktopTaskView.kt94 val containerWidth = MeasureSpec.getSize(widthMeasureSpec) in <lambda>() constant