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

/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java733 private final int mBlockWidth; // The width of an ImageBlock. field in class:ImageBlockManager
756 mBlockWidth = blockWidth;
935 canvas.drawRect(xPos, yPos, xPos + mBlockWidth, yPos + mBlockHeight,
983 mBitmap = Bitmap.createBitmap(mBlockWidth, mBlockHeight,
1118 canvas.drawRect(xPos, yPos, xPos + mBlockWidth,

Completed in 1034 milliseconds