Home
last modified time | relevance | path

Searched refs:mBlockWidth (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java733 private final int mBlockWidth; // The width of an ImageBlock. field in ImageBlockManager
756 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()