Searched refs:topRowWidth (Results 1 – 1 of 1) sorted by relevance
2369 int topRowWidth = 0; in updateGridProperties() local2401 topRowWidth += taskWidthAndSpacing; in updateGridProperties()2434 isTopRow = topRowWidth <= bottomRowWidth; in updateGridProperties()2439 isTopRow = topRowWidth <= bottomRowWidth; in updateGridProperties()2447 topRowWidth += taskWidthAndSpacing; in updateGridProperties()2487 snappedTaskRowWidth = isTopRow ? topRowWidth : bottomRowWidth; in updateGridProperties()2510 if (topRowWidth <= bottomRowWidth) { in updateGridProperties()2512 shorterRowCompensation = bottomRowWidth - topRowWidth; in updateGridProperties()2516 shorterRowCompensation = topRowWidth - bottomRowWidth; in updateGridProperties()2525 int longRowWidth = Math.max(topRowWidth, bottomRowWidth); in updateGridProperties()