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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java303 private Bitmap mFolderIconBitmap; field in class:Launcher
2156 if (mFolderIconBitmap == null || mFolderIconBitmap.getWidth() != width ||
2157 mFolderIconBitmap.getHeight() != height) {
2158 mFolderIconBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
2159 mFolderIconCanvas = new Canvas(mFolderIconBitmap);
2180 mFolderIconImageView.setImageBitmap(mFolderIconBitmap);

Completed in 53 milliseconds