Home | History | Annotate | Download | only in launcher3

Lines Matching refs:vFreeSpace

840             int vFreeSpace = vSpace - (mCountY * mCellHeight);
842 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0);