Home
last modified time | relevance | path

Searched refs:badged (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java230 Drawable badged = mPm.getUserBadgedIcon(drawable, user); in createBadgedIconBitmap() local
231 if (badged instanceof BitmapDrawable) { in createBadgedIconBitmap()
232 bitmap = ((BitmapDrawable) badged).getBitmap(); in createBadgedIconBitmap()
234 bitmap = createIconBitmap(badged, 1f); in createBadgedIconBitmap()
/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java215 Drawable badged = mPm.getUserBadgedIcon(drawable, user); in createUserBadgedIconBitmap() local
216 if (badged instanceof BitmapDrawable) { in createUserBadgedIconBitmap()
217 result = ((BitmapDrawable) badged).getBitmap(); in createUserBadgedIconBitmap()
219 result = createIconBitmap(badged, 1f); in createUserBadgedIconBitmap()