Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mCellHeight

42     private int mCellHeight;
67 mOriginalCellHeight = mCellHeight =
75 mChildren.setCellDimensions(mCellWidth, mCellHeight);
86 return mCellHeight;
204 newHeight = getPaddingTop() + getPaddingBottom() + (mCellCountY * mCellHeight) +
230 return mCellCountY * mCellHeight + (mCellCountY - 1) * Math.max(0, mHeightGap);
263 bottom += mCellHeight / 2;
294 int smallerSize = Math.min(mCellWidth, mCellHeight);
337 int n = Math.max(1, (availHeight + mHeightGap) / (mCellHeight + mHeightGap));
347 getPaddingTop() + (y * mCellHeight) + (y * mHeightGap) + (mCellHeight / 2)
370 return vSpan * mCellHeight;