Searched refs:mMinHSpan (Results 1 – 2 of 2) sorted by relevance
46 private int mMinHSpan; field in AppWidgetResizeFrame89 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()
78 private int mMinHSpan; field in AppWidgetResizeFrame127 mMinHSpan = info.minSpanX; in setupForWidget()265 hSpanInc, mMinHSpan, mCellLayout.getCountX(), mTempRange2); in resizeWidgetIfNeeded()