Home | History | Annotate | Download | only in launcher3

Lines Matching refs:numHeightGaps

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