Lines Matching defs:mCellHeight
64 private int mCellHeight;
201 mCellWidth = mCellHeight = -1;
295 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
315 mFixedCellHeight = mCellHeight = height;
316 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
326 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
470 cd.setBounds(0, 0, mCellWidth, mCellHeight);
810 result[1] = (y - vStartPadding) / (mCellHeight + mHeightGap);
828 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result);
844 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap);
872 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap) +
873 (spanY * mCellHeight + (spanY - 1) * mHeightGap) / 2;
887 final int top = vStartPadding + cellY * (mCellHeight + mHeightGap);
889 top + (spanY * mCellHeight + (spanY - 1) * mHeightGap));
904 return mCellHeight;
956 if (cw != mCellWidth || ch != mCellHeight) {
958 mCellHeight = ch;
959 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap,
980 int vFreeSpace = vSpace - (mCountY * mCellHeight);
983 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap,
1241 int cellPaddingY = (int) Math.max(0, ((mCellHeight - cHeight) / 2f));
1247 top += ((mCellHeight * spanY) + ((spanY - 1) * mHeightGap)
1372 pixelY -= (mCellHeight + mHeightGap) * (spanY - 1) / 2f;
2993 final int cellHeight = mCellHeight;
3046 size[1] = vSpans * mCellHeight + (vSpans - 1) * mHeightGap;
3158 return getPaddingTop() + getPaddingBottom() + (mCountY * mCellHeight) +