Home | History | Annotate | Download | only in functional

Lines Matching refs:defCellHeight

915 	const int defCellHeight	= viewportHeight / 2 / 2;
920 const int cellOffsetY = defCellHeight * (i / 3);
925 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight;
926 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight;