Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mHeightGap

84     @Thunk int mHeightGap;
196 mHeightGap = mOriginalHeightGap = 0;
276 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
362 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
372 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
697 result[1] = (y - vStartPadding) / (mCellHeight + mHeightGap);
731 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap);
759 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap) +
760 (spanY * mCellHeight + (spanY - 1) * mHeightGap) / 2;
774 final int top = vStartPadding + cellY * (mCellHeight + mHeightGap);
776 top + (spanY * mCellHeight + (spanY - 1) * mHeightGap));
797 return mHeightGap;
820 mHeightGap, mCountX, mCountY);
842 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0);
844 mHeightGap, mCountX, mCountY);
847 mHeightGap = mOriginalHeightGap;
1063 top += ((mCellHeight * spanY) + ((spanY - 1) * mHeightGap)
1164 pixelY -= (mCellHeight + mHeightGap) * (spanY - 1) / 2f;
2670 final int heightGap = mHeightGap;
2780 (Math.max((mCountY - 1), 0) * mHeightGap);