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

/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
H A DLetterTileProvider.java122 final Bitmap bitmap = getBitmap(dimensions, false /* getDefault */);
142 c.drawBitmap(getBitmap(dimensions, true /* getDefault */), 0, 0, null);
154 private Bitmap getBitmap(final Dimensions d, boolean getDefault) { argument
170 final Bitmap[] cache = (getDefault) ? mDefaultBitmapCache : mBitmapBackgroundCache;
177 if (getDefault) {

Completed in 67 milliseconds