Searched refs:defCellHeight (Results 1 – 2 of 2) sorted by relevance
906 const int defCellHeight = viewportHeight / 2 / 2; in iterate() local911 const int cellOffsetY = defCellHeight * (i / 3); in iterate()916 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()917 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight; in iterate()
1009 const int defCellHeight = viewportHeight / 2 / 2; in iterate() local1014 const int cellOffsetY = defCellHeight * (i / 3); in iterate()1019 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()1020 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight; in iterate()