Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mHeightGap

43     private int mHeightGap;
66 mOriginalWidthGap = mOriginalHeightGap = mWidthGap = mHeightGap = -1;
70 mChildren.setGap(mWidthGap, mHeightGap);
184 mHeightGap = numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0;
186 mChildren.setGap(mWidthGap, mHeightGap);
189 mHeightGap = mOriginalHeightGap;
199 ((mCellCountY - 1) * mHeightGap);
224 return mCellCountY * mCellHeight + (mCellCountY - 1) * Math.max(0, mHeightGap);
281 mOriginalHeightGap = mHeightGap = heightGap;
331 int n = Math.max(1, (availHeight + mHeightGap) / (mCellHeight + mHeightGap));
341 getPaddingTop() + (y * mCellHeight) + (y * mHeightGap) + (mCellHeight / 2)