Home
last modified time | relevance | path

Searched defs:iconFactory (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleViewInfoTask.java171 BubbleBarLayerView layerView, BubbleIconFactory iconFactory, Bubble b, in populateForBubbleBar()
193 BubbleStackView stackView, BubbleIconFactory iconFactory, Bubble b, in populate()
231 BubbleViewInfo info, Context c, Bubble b, BubbleIconFactory iconFactory) { in populateCommonInfo()
H A DBubbleOverflow.kt110 val iconFactory = regex
H A DBubble.java481 BubbleIconFactory iconFactory, in inflate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DSystemUIToast.java264 IconDrawableFactory iconFactory = IconDrawableFactory.newInstance(context); in getBadgedIcon() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DUtils.java586 try (IconFactory iconFactory = IconFactory.obtain(context)) { in getBadgedIcon()