Home
last modified time | relevance | path

Searched defs:createBitmap (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBitmapPool.java318 private Bitmap createBitmap(final int width, final int height) { in createBitmap() method in BitmapPool
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java505 public static Bitmap createBitmap(View view) { in createBitmap() method in Utils