Searched refs:extraHeight (Results 1 – 1 of 1) sorted by relevance
352 static void updatePositionIncreasedWithRowHeight(long long extraHeight, long long rowHeight, long l… in updatePositionIncreasedWithRowHeight() argument356 accumulatedPositionIncrease += (extraHeight * rowHeight) / totalHeight; in updatePositionIncreasedWithRowHeight()357 remainder += (extraHeight * rowHeight) % totalHeight; in updatePositionIncreasedWithRowHeight()