Searched refs:nextWidth (Results 1 – 2 of 2) sorted by relevance
93 var nextWidth = currentPlusNextWidth - width;96 nextWidth = currentPlusNextWidth - minWidth;98 if (nextWidth < minWidth) {100 nextWidth = minWidth;106 this.columns_[index + 1].width = nextWidth;
685 float nextWidth = clusterInfos[i + 1].root->contentLogicalWidth(); in getNarrowDescendantsGroupedByWidth() local686 if (currentWidth - nextWidth > maxWidthDifferenceWithinGroup) in getNarrowDescendantsGroupedByWidth()