Home
last modified time | relevance | path

Searched refs:cellYInc (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DAppWidgetResizeFrame.java239 int cellYInc = 0; in resizeWidgetIfNeeded() local
281 cellYInc = Math.max(-cellY, vSpanInc); in resizeWidgetIfNeeded()
282 cellYInc = Math.min(lp.cellVSpan - mMinVSpan, cellYInc); in resizeWidgetIfNeeded()
306 cellY += cellYInc; in resizeWidgetIfNeeded()
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java236 int cellYInc = 0; in resizeWidgetIfNeeded() local
278 cellYInc = Math.max(-cellY, vSpanInc); in resizeWidgetIfNeeded()
279 cellYInc = Math.min(lp.cellVSpan - mMinVSpan, cellYInc); in resizeWidgetIfNeeded()
303 cellY += cellYInc; in resizeWidgetIfNeeded()