Home | History | Annotate | Download | only in launcher3

Lines Matching refs:numHeightGaps

834         int numHeightGaps = mCountY - 1;
842 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0);