Searched refs:recreateIcon (Results 1 – 1 of 1) sorted by relevance
184 recreateIcon(Bitmap.createBitmap(bitmap), mCanvas); in createUserBadgedIconBitmap()242 recreateIcon(Bitmap.createBitmap(bitmap), mCanvas); in createAppBadgedIconBitmap()595 private synchronized void recreateIcon(Bitmap icon, Canvas out) { in recreateIcon() method in SimpleIconFactory596 recreateIcon(icon, mDefaultBlurMaskFilter, AMBIENT_SHADOW_ALPHA, KEY_SHADOW_ALPHA, out); in recreateIcon()599 private synchronized void recreateIcon(Bitmap icon, BlurMaskFilter blurMaskFilter, in recreateIcon() method in SimpleIconFactory