Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mCellHeight

66     private int mCellHeight;
190 mCellHeight = a.getDimensionPixelSize(R.styleable.CellLayout_cellHeight, 10);
286 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
336 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
476 cd.setBounds(0, 0, mCellWidth, mCellHeight);
811 result[1] = (y - vStartPadding) / (mCellHeight + mHeightGap);
829 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result);
845 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap);
873 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap) +
874 (spanY * mCellHeight + (spanY - 1) * mHeightGap) / 2;
888 final int top = vStartPadding + cellY * (mCellHeight + mHeightGap);
890 top + (spanY * mCellHeight + (spanY - 1) * mHeightGap));
905 return mCellHeight;
994 int vFreeSpace = vSpace - (mCountY * mCellHeight);
997 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
1010 newHeight = getPaddingTop() + getPaddingBottom() + (mCountY * mCellHeight) +
1259 mCellHeight * spanY) + ((spanY - 1) * mHeightGap)
1384 pixelY -= (mCellHeight + mHeightGap) * (spanY - 1) / 2f;
2966 final int cellHeight = mCellHeight;
3016 size[1] = vSpans * mCellHeight + (vSpans - 1) * mHeightGap;
3128 return getPaddingTop() + getPaddingBottom() + (mCountY * mCellHeight) +