Searched refs:defCellHeight (Results 1 – 2 of 2) sorted by relevance
903 const int defCellHeight = viewportHeight / 2 / 2; in iterate() local908 const int cellOffsetY = defCellHeight * (i / 3); in iterate()913 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()914 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight; in iterate()
1007 const int defCellHeight = viewportHeight / 2 / 2; in iterate() local1012 const int cellOffsetY = defCellHeight * (i / 3); in iterate()1017 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()1018 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight; in iterate()