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

/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java896 mEmptyBitmap.recycle();
944 canvas.drawBitmap(mEmptyBitmap, x, y, null);
949 // mEmptyBitmap is what we draw if we the wanted block hasn't been loaded.
952 // mEmptyBitmap.
954 private Bitmap mEmptyBitmap; field in class:ImageBlockManager
960 mEmptyBitmap = Bitmap.createBitmap(mSpec.mCellWidth, mSpec.mCellHeight,
962 Canvas canvas = new Canvas(mEmptyBitmap);
1138 canvas.drawBitmap(mEmptyBitmap, x, y, null);

Completed in 53 milliseconds