Home | History | Annotate | Download | only in launcher2

Lines Matching refs:hFreeSpace

967             int hFreeSpace = hSpace - (countX * cellWidth);
969 widthGap = Math.min(maxGap, numWidthGaps > 0 ? (hFreeSpace / numWidthGaps) : 0);
993 int hFreeSpace = hSpace - (mCountX * mCellWidth);
995 mWidthGap = Math.min(mMaxGap, numWidthGaps > 0 ? (hFreeSpace / numWidthGaps) : 0);