Searched defs:cellSize (Results 1 – 7 of 7) sorted by relevance
67 float cellSize = floorf(width / 7 - cellSpace); in createContent() local
96 float cellSize = viewSize / 3f; in LockPatternViewTest() local
198 final int cellSize = mMinCellSize + cellSizeRemaining / cellCount; in onMeasureExactFormat() local400 static int measureChildForCells(View child, int cellSize, int cellsRemaining, in measureChildForCells()
676 int cellSize = 0; in flagActionItems() local
1383 int cellSize = mWidth / mNumCells; in getBoundsForDate() local
1059 int cellSize = locations[span.max] - locations[span.min]; in measureChildrenWithMargins() local
217 val cellSize: DpSize, constant in com.android.systemui.communal.ui.compose.SizeInfo