Lines Matching defs:mCellWidth

63     private int mCellWidth;
186 mCellWidth = a.getDimensionPixelSize(R.styleable.CellLayout_cellWidth, 10);
283 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap);
464 cd.setBounds(0, 0, mCellWidth, mCellHeight);
490 int centerX = mTempLocation[0] + mCellWidth / 2;
505 centerX = mTempLocation[0] + mCellWidth / 2;
520 int centerX = mTempLocation[0] + mCellWidth / 2;
798 result[0] = (x - hStartPadding) / (mCellWidth + mWidthGap);
817 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result);
832 result[0] = hStartPadding + cellX * (mCellWidth + mWidthGap);
859 result[0] = hStartPadding + cellX * (mCellWidth + mWidthGap) +
860 (spanX * mCellWidth + (spanX - 1) * mWidthGap) / 2;
875 final int left = hStartPadding + cellX * (mCellWidth + mWidthGap);
877 result.set(left, top, left + (spanX * mCellWidth + (spanX - 1) * mWidthGap),
889 return mCellWidth;
981 int hFreeSpace = hSpace - (mCountX * mCellWidth);
985 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap);
995 newWidth = getPaddingLeft() + getPaddingRight() + (mCountX * mCellWidth) +
1233 left += ((mCellWidth * spanX) + ((spanX - 1) * mWidthGap)
1239 left += dragOffset.x + ((mCellWidth * spanX) + ((spanX - 1) * mWidthGap)
1244 left += ((mCellWidth * spanX) + ((spanX - 1) * mWidthGap)
1370 pixelX -= (mCellWidth + mWidthGap) * (spanX - 1) / 2f;
2743 final int cellWidth = mCellWidth;
2793 size[0] = hSpans * mCellWidth + (hSpans - 1) * mWidthGap;
2901 return getPaddingLeft() + getPaddingRight() + (mCountX * mCellWidth) +