Home
last modified time | relevance | path

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

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