Home
last modified time | relevance | path

Searched refs:getRawAppBadge (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleViewProvider.java69 @Nullable Bitmap getRawAppBadge(); in getRawAppBadge() method
H A DBubbleOverflow.kt203 override fun getRawAppBadge(): Bitmap? {
H A DBubble.java349 public Bitmap getRawAppBadge() { in getRawAppBadge() method in Bubble
H A DBubbleStackView.java2957 mManageSettingsIcon.setImageBitmap(bubble.getRawAppBadge()); in showManageMenu()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarMenuViewController.java189 Icon appIcon = bubble.getRawAppBadge() != null ? Icon.createWithBitmap( in createMenuActions()
190 bubble.getRawAppBadge()) : null; in createMenuActions()