Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mCellHeight

39     private int mCellHeight;
63 mOriginalCellHeight = mCellHeight = grid.cellHeightPx;
69 mChildren.setCellDimensions(mCellWidth, mCellHeight);
80 return mCellHeight;
198 newHeight = getPaddingTop() + getPaddingBottom() + (mCellCountY * mCellHeight) +
224 return mCellCountY * mCellHeight + (mCellCountY - 1) * Math.max(0, mHeightGap);
257 bottom += mCellHeight / 2;
288 int smallerSize = Math.min(mCellWidth, mCellHeight);
331 int n = Math.max(1, (availHeight + mHeightGap) / (mCellHeight + mHeightGap));
341 getPaddingTop() + (y * mCellHeight) + (y * mHeightGap) + (mCellHeight / 2)
364 return vSpan * mCellHeight;