Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DAppWidgetResizeFrame.java46 private int mMinHSpan; field in AppWidgetResizeFrame
89 mMinHSpan = result[0]; in AppWidgetResizeFrame()
268 cellXInc = Math.min(lp.cellHSpan - mMinHSpan, cellXInc); in resizeWidgetIfNeeded()
271 hSpanInc = Math.max(-(lp.cellHSpan - mMinHSpan), hSpanInc); in resizeWidgetIfNeeded()
276 hSpanInc = Math.max(-(lp.cellHSpan - mMinHSpan), hSpanInc); in resizeWidgetIfNeeded()
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java78 private int mMinHSpan; field in AppWidgetResizeFrame
127 mMinHSpan = info.minSpanX; in setupForWidget()
265 hSpanInc, mMinHSpan, mCellLayout.getCountX(), mTempRange2); in resizeWidgetIfNeeded()