Lines Matching refs:mBlockHeight
138 private int mBlockHeight; // Cache mSpec.mCellSpacing + mSpec.mCellHeight field in GridViewSpecial
223 mBlockHeight = mSpec.mCellSpacing + mSpec.mCellHeight; in onLayout()
224 mMaxScrollY = mSpec.mCellSpacing + (mRows * mBlockHeight) in onLayout()
291 int startRow = (mScrollY - mSpec.mCellSpacing) / mBlockHeight; in moveDataWindow()
293 / mBlockHeight + 1; in moveDataWindow()
508 int top = row * mBlockHeight; in getRectForPosition()
619 (mScrollY - mSpec.mCellSpacing) / mBlockHeight; in onKeyDown()
660 int startRow = (mScrollY - mSpec.mCellSpacing) / mBlockHeight; in paintDecoration()
662 / mBlockHeight + 1; in paintDecoration()
673 int yPos = mSpec.mCellSpacing + startRow * mBlockHeight; in paintDecoration()
685 yPos += mBlockHeight; in paintDecoration()
702 int yTop = spacing + (row * mBlockHeight); in paintSelection()
738 private final int mBlockHeight; // The height of an ImageBlock. field in ImageBlockManager
758 mBlockHeight = mSpec.mCellSpacing + mSpec.mCellHeight; in ImageBlockManager()
902 final int height = mBlockHeight; in doDraw()
935 canvas.drawRect(xPos, yPos, xPos + mBlockWidth, yPos + mBlockHeight, in drawEmptyBlock()
983 mBitmap = Bitmap.createBitmap(mBlockWidth, mBlockHeight, in ImageBlock()
1119 yPos + mBlockHeight, mBackgroundPaint); in doDraw()
1123 Rect srcRect = new Rect(0, 0, w, mBlockHeight); in doDraw()