Searched refs:topRowWidth (Results 1 – 1 of 1) sorted by relevance
1981 int topRowWidth = 0; in updateGridProperties() local2011 topRowWidth += taskWidthAndSpacing; in updateGridProperties()2039 : topRowWidth <= bottomRowWidth; in updateGridProperties()2041 topRowWidth += taskWidthAndSpacing; in updateGridProperties()2080 snappedTaskRowWidth = isTopRow ? topRowWidth : bottomRowWidth; in updateGridProperties()2111 if (topRowWidth <= bottomRowWidth) { in updateGridProperties()2113 shorterRowCompensation = bottomRowWidth - topRowWidth; in updateGridProperties()2117 shorterRowCompensation = topRowWidth - bottomRowWidth; in updateGridProperties()2126 int longRowWidth = Math.max(topRowWidth, bottomRowWidth); in updateGridProperties()