Searched refs:cellYInc (Results 1 – 2 of 2) 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()
236 int cellYInc = 0; in resizeWidgetIfNeeded() local278 cellYInc = Math.max(-cellY, vSpanInc); in resizeWidgetIfNeeded()279 cellYInc = Math.min(lp.cellVSpan - mMinVSpan, cellYInc); in resizeWidgetIfNeeded()303 cellY += cellYInc; in resizeWidgetIfNeeded()