Searched refs:mBlockWidth (Results 1 – 1 of 1) sorted by relevance
733 private final int mBlockWidth; // The width of an ImageBlock. field in ImageBlockManager756 mBlockWidth = blockWidth; in ImageBlockManager()935 canvas.drawRect(xPos, yPos, xPos + mBlockWidth, yPos + mBlockHeight, in drawEmptyBlock()983 mBitmap = Bitmap.createBitmap(mBlockWidth, mBlockHeight, in ImageBlock()1118 canvas.drawRect(xPos, yPos, xPos + mBlockWidth, in doDraw()