Searched refs:rowWidth (Results 1 – 2 of 2) sorted by relevance
103 int rowWidth = myRequestedWidth - mAppsView.getActiveRecyclerView().getPaddingLeft() in onMeasure() local106 int cellWidth = DeviceProfile.calculateCellWidth(rowWidth, in onMeasure()111 int myWidth = rowWidth - iconPadding + getPaddingLeft() + getPaddingRight(); in onMeasure()
65 int rowWidth = row.stream().mapToInt(w -> w.spanX).sum();67 return (rowWidth * rowHeight);