Home
last modified time | relevance | path

Searched refs:findPoolBitmap (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBitmapPool.java139 private Bitmap findPoolBitmap(final int width, final int height) { in findPoolBitmap() method in BitmapPool
172 optionsTmp.inBitmap = findPoolBitmap(width, height); in assignPoolBitmap()
305 Bitmap b = findPoolBitmap(width, height); in createOrReuseBitmap()