Lines Matching defs:mCellHeight

62     private int mCellHeight;
194 mCellWidth = mCellHeight = -1;
288 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
311 mFixedCellHeight = mCellHeight = height;
312 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
322 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
439 cd.setBounds(0, 0, mCellWidth, mCellHeight);
701 result[1] = (y - vStartPadding) / (mCellHeight + mHeightGap);
719 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result);
735 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap);
763 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap) +
764 (spanY * mCellHeight + (spanY - 1) * mHeightGap) / 2;
778 final int top = vStartPadding + cellY * (mCellHeight + mHeightGap);
780 top + (spanY * mCellHeight + (spanY - 1) * mHeightGap));
795 return mCellHeight;
847 if (cw != mCellWidth || ch != mCellHeight) {
849 mCellHeight = ch;
850 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap,
871 int vFreeSpace = vSpace - (mCountY * mCellHeight);
874 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap,
1127 int cellPaddingY = (int) Math.max(0, ((mCellHeight - cHeight) / 2f));
1133 top += ((mCellHeight * spanY) + ((spanY - 1) * mHeightGap)
1258 pixelY -= (mCellHeight + mHeightGap) * (spanY - 1) / 2f;
2879 final int cellHeight = mCellHeight;
2932 size[1] = vSpans * mCellHeight + (vSpans - 1) * mHeightGap;
3044 return getPaddingTop() + getPaddingBottom() + (mCountY * mCellHeight) +