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

/frameworks/base/core/java/com/android/internal/util/
H A DImageUtils.java46 private Canvas mTempCompactBitmapCanvas; field in class:ImageUtils
68 mTempCompactBitmapCanvas = new Canvas(mTempCompactBitmap);
77 mTempCompactBitmapCanvas.drawColor(0, PorterDuff.Mode.SRC); // select all, erase
78 mTempCompactBitmapCanvas.drawBitmap(bitmap, mTempMatrix, mTempCompactBitmapPaint);

Completed in 59 milliseconds