OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createOrReuseBitmap
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/datamodel/
BitmapPool.java
304
public Bitmap
createOrReuseBitmap
(final int width, final int height) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
PoolableImageCache.java
344
public Bitmap
createOrReuseBitmap
(final int width, final int height) {
345
return
createOrReuseBitmap
(width, height, Color.TRANSPARENT);
355
public Bitmap
createOrReuseBitmap
(final int width, final int height,
364
LogUtil.w(LogUtil.BUGLE_IMAGE_TAG, "PoolableImageCache:try to
createOrReuseBitmap
");
Completed in 489 milliseconds