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

/packages/apps/Browser/src/com/android/browser/
H A DPhoneUi.java487 mTitleBarBitmap = safeCreateBitmap(tbar.getWidth(),
504 mContentBitmap = safeCreateBitmap(web.getWidth(), h);
517 private Bitmap safeCreateBitmap(int width, int height) { method in class:PhoneUi.AnimScreen
519 Log.w(LOGTAG, "safeCreateBitmap failed! width: " + width

Completed in 69 milliseconds