Searched defs:ImageBlock (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java720 // mCache maps from row number to the ImageBlock.
721 private final HashMap<Integer, ImageBlock> mCache;
733 private final int mBlockWidth; // The width of an ImageBlock.
738 private final int mBlockHeight; // The height of an ImageBlock.
761 mCache = new HashMap<Integer, ImageBlock>();
796 ImageBlock blk = mCache.get(row);
836 ImageBlock blk = mCache.get(row);
848 private ImageBlock getEmptyBlock() {
851 return new ImageBlock();
882 ImageBlock bl
969 private class ImageBlock { class in class:ImageBlockManager
982 public ImageBlock() { method in class:ImageBlockManager.ImageBlock
[all...]

Completed in 28 milliseconds