Searched refs:cellYInc (Results 1 – 1 of 1) sorted by relevance
239 int cellYInc = 0; in resizeWidgetIfNeeded() local281 cellYInc = Math.max(-cellY, vSpanInc); in resizeWidgetIfNeeded()282 cellYInc = Math.min(lp.cellVSpan - mMinVSpan, cellYInc); in resizeWidgetIfNeeded()306 cellY += cellYInc; in resizeWidgetIfNeeded()