Lines Matching refs:mCellWidth
82 mCellWidth = dpToPx(w, metrics); in LayoutSpec()
87 int mCellWidth, mCellHeight; field in GridViewSpecial.LayoutSpec
215 mColumns = 1 + (width - mSpec.mCellWidth) in onLayout()
216 / (mSpec.mCellWidth + mSpec.mCellSpacing); in onLayout()
220 - (mColumns * mSpec.mCellWidth)) / 2; in onLayout()
262 int w = mSpec.mCellWidth; in generateOutlineBitmap()
507 + (col * (mSpec.mCellWidth + mSpec.mCellSpacing)); in getRectForPosition()
511 left + mSpec.mCellWidth + mSpec.mCellSpacing, in getRectForPosition()
525 (x - leftSpacing) / (mSpec.mCellWidth + spacing)); in computeSelectedIndex()
679 mSpec.mCellWidth, mSpec.mCellHeight); in paintDecoration()
688 xPos += mSpec.mCellWidth + mSpec.mCellSpacing; in paintDecoration()
701 int xPos = leftSpacing + (col * (mSpec.mCellWidth + spacing)); in paintSelection()
945 x += (mSpec.mCellWidth + mSpec.mCellSpacing); in drawEmptyBlock()
960 mEmptyBitmap = Bitmap.createBitmap(mSpec.mCellWidth, mSpec.mCellHeight, in initGraphics()
1077 + (col * (mSpec.mCellWidth + spacing)); in loadImageDone()
1104 mSpec.mCellWidth, mSpec.mCellHeight); in drawBitmap()
1122 + cols * (mSpec.mCellWidth + mSpec.mCellSpacing); in doDraw()
1140 x += (mSpec.mCellWidth + mSpec.mCellSpacing); in doDraw()