HomeSort by relevance Sort by last modified time
    Searched defs:ImageBlock (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
HiiDatabase.h 228 EFI_HII_IMAGE_BLOCK *ImageBlock;
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 720 // 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 blk = mCache.get(row)
    [all...]

Completed in 74 milliseconds