Home | History | Annotate | Download | only in launcher2

Lines Matching refs:numHeightGaps

931         int numHeightGaps = countY - 1;
970 heightGap = Math.min(maxGap, numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0);
988 int numHeightGaps = mCountY - 1;
996 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0);