Home | History | Annotate | Download | only in ui

Lines Matching defs:extraWidth

138         int extraWidth = 0;
153 final int extraWidthLeftover = extraWidth - borrowedWidth;
156 extraWidth = extraWidthLeftover;
158 measurements[count] = maxAllowedCellSize + extraWidth;
159 extraWidth = 0;
163 extraWidth = maxAllowedCellSize - neededWidth;
166 if (extraWidth >= missingWidth) {
168 extraWidth -= missingWidth;
170 measurements[count - 1] += extraWidth;
171 extraWidth = 0;