Searched refs:defCellWidth (Results 1 – 2 of 2) sorted by relevance
902 const int defCellWidth = viewportWidth / 2 / 3; in iterate() local907 const int cellOffsetX = defCellWidth * (i % 3); in iterate()911 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth; in iterate()912 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth; in iterate()
1006 const int defCellWidth = viewportWidth / 2 / 3; in iterate() local1011 const int cellOffsetX = defCellWidth * (i % 3); in iterate()1015 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth; in iterate()1016 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth; in iterate()