Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mHeightGap

46     private int mHeightGap;
71 mOriginalWidthGap = mOriginalHeightGap = mWidthGap = mHeightGap = -1;
76 mChildren.setGap(mWidthGap, mHeightGap);
190 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0);
192 mChildren.setGap(mWidthGap, mHeightGap);
195 mHeightGap = mOriginalHeightGap;
205 ((mCellCountY - 1) * mHeightGap);
230 return mCellCountY * mCellHeight + (mCellCountY - 1) * Math.max(0, mHeightGap);
287 mOriginalHeightGap = mHeightGap = heightGap;
337 int n = Math.max(1, (availHeight + mHeightGap) / (mCellHeight + mHeightGap));
347 getPaddingTop() + (y * mCellHeight) + (y * mHeightGap) + (mCellHeight / 2)