Searched refs:getRawAppBadge (Results 1 – 5 of 5) sorted by relevance
69 @Nullable Bitmap getRawAppBadge(); in getRawAppBadge() method
203 override fun getRawAppBadge(): Bitmap? {
349 public Bitmap getRawAppBadge() { in getRawAppBadge() method in Bubble
2957 mManageSettingsIcon.setImageBitmap(bubble.getRawAppBadge()); in showManageMenu()
189 Icon appIcon = bubble.getRawAppBadge() != null ? Icon.createWithBitmap( in createMenuActions()190 bubble.getRawAppBadge()) : null; in createMenuActions()