Searched refs:bottomRowWidth (Results 1 – 1 of 1) sorted by relevance
3022 int bottomRowWidth = 0; in updateGridProperties() local3054 bottomRowWidth += taskWidthAndSpacing; in updateGridProperties()3086 isTopRow = topRowWidth <= bottomRowWidth; in updateGridProperties()3091 isTopRow = topRowWidth <= bottomRowWidth; in updateGridProperties()3119 bottomRowWidth += 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()