Searched refs:topRowWidth (Results 1 – 1 of 1) sorted by relevance
3021 int topRowWidth = 0; in updateGridProperties() local3053 topRowWidth += taskWidthAndSpacing; in updateGridProperties()3086 isTopRow = topRowWidth <= bottomRowWidth; in updateGridProperties()3091 isTopRow = topRowWidth <= bottomRowWidth; in updateGridProperties()3099 topRowWidth += taskWidthAndSpacing; in updateGridProperties()3139 snappedTaskRowWidth = isTopRow ? topRowWidth : bottomRowWidth; in updateGridProperties()3162 if (topRowWidth <= bottomRowWidth) { in updateGridProperties()3164 shorterRowCompensation = bottomRowWidth - topRowWidth; in updateGridProperties()3168 shorterRowCompensation = topRowWidth - bottomRowWidth; in updateGridProperties()3177 int longRowWidth = Math.max(topRowWidth, bottomRowWidth); in updateGridProperties()