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

/frameworks/base/core/java/com/android/internal/util/
H A DImageUtils.java45 private Bitmap mTempCompactBitmap; field in class:ImageUtils
64 if (mTempCompactBitmap == null) {
65 mTempCompactBitmap = Bitmap.createBitmap(
68 mTempCompactBitmapCanvas = new Canvas(mTempCompactBitmap);
79 bitmap = mTempCompactBitmap;

Completed in 52 milliseconds