Home | History | Annotate | Download | only in functional

Lines Matching refs:defCellWidth

1008 	const int defCellWidth	= viewportWidth / 2 / 3;
1013 const int cellOffsetX = defCellWidth * (i % 3);
1017 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth;
1018 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth;