Home | History | Annotate | Download | only in camera

Lines Matching refs:mCellWidth

82             mCellWidth = dpToPx(w, metrics);
87 int mCellWidth, mCellHeight;
215 mColumns = 1 + (width - mSpec.mCellWidth)
216 / (mSpec.mCellWidth + mSpec.mCellSpacing);
220 - (mColumns * mSpec.mCellWidth)) / 2;
262 int w = mSpec.mCellWidth;
507 + (col * (mSpec.mCellWidth + mSpec.mCellSpacing));
511 left + mSpec.mCellWidth + mSpec.mCellSpacing,
525 (x - leftSpacing) / (mSpec.mCellWidth + spacing));
679 mSpec.mCellWidth, mSpec.mCellHeight);
688 xPos += mSpec.mCellWidth + mSpec.mCellSpacing;
701 int xPos = leftSpacing + (col * (mSpec.mCellWidth + spacing));
945 x += (mSpec.mCellWidth + mSpec.mCellSpacing);
960 mEmptyBitmap = Bitmap.createBitmap(mSpec.mCellWidth, mSpec.mCellHeight,
1077 + (col * (mSpec.mCellWidth + spacing));
1104 mSpec.mCellWidth, mSpec.mCellHeight);
1122 + cols * (mSpec.mCellWidth + mSpec.mCellSpacing);
1140 x += (mSpec.mCellWidth + mSpec.mCellSpacing);