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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java285 private Bitmap mFolderIconBitmap; field in class:Launcher
2036 if (mFolderIconBitmap == null || mFolderIconBitmap.getWidth() != width ||
2037 mFolderIconBitmap.getHeight() != height) {
2038 mFolderIconBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
2039 mFolderIconCanvas = new Canvas(mFolderIconBitmap);
2058 mFolderIconImageView.setImageBitmap(mFolderIconBitmap);

Completed in 13 milliseconds