Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java330 int availWidth = width - (getPaddingLeft() + getPaddingRight()); in estimateCellHSpan() local
333 int n = Math.max(1, (availWidth + mWidthGap) / (mCellWidth + mWidthGap)); in estimateCellHSpan()