Searched refs:getRawAppBadge (Results 1 – 5 of 5) sorted by relevance
69 @Nullable Bitmap getRawAppBadge(); in getRawAppBadge() method
229 override fun getRawAppBadge(): Bitmap? { in getRawAppBadge() method in com.android.wm.shell.bubbles.BubbleOverflow
354 public Bitmap getRawAppBadge() { in getRawAppBadge() method in Bubble
3268 mManageSettingsIcon.setImageBitmap(bubble.getRawAppBadge()); in showManageMenu()
189 Icon appIcon = bubble.getRawAppBadge() != null ? Icon.createWithBitmap( in createMenuActions()190 bubble.getRawAppBadge()) : null; in createMenuActions()