Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java103 int rowWidth = myRequestedWidth - mAppsView.getActiveRecyclerView().getPaddingLeft() in onMeasure() local
106 int cellWidth = DeviceProfile.calculateCellWidth(rowWidth, in onMeasure()
111 int myWidth = rowWidth - iconPadding + getPaddingLeft() + getPaddingRight(); in onMeasure()
/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetsTableUtils.java65 int rowWidth = row.stream().mapToInt(w -> w.spanX).sum();
67 return (rowWidth * rowHeight);