Searched refs:isTopCell (Results 1 – 2 of 2) sorted by relevance
922 const bool isTopCell = i >= 3; in iterate() local925 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()926 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight; in iterate()
1016 const bool isTopCell = i >= 3; in iterate() local1019 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()1020 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight; in iterate()