Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleIconFactory.java83 BitmapInfo getBadgeBitmap(Drawable userBadgedAppIcon, boolean isImportantConversation) { in getBadgeBitmap() method in BubbleIconFactory
H A DBubbleViewInfoTask.java189 BitmapInfo badgeBitmapInfo = iconFactory.getBadgeBitmap(badgedIcon, in populate()