Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleIconFactory.java42 public class BubbleIconFactory extends BaseIconFactory { class
44 protected BubbleIconFactory(Context context) { in BubbleIconFactory() method in BubbleIconFactory
DBubbleOverflow.java112 BubbleIconFactory iconFactory = new BubbleIconFactory(mContext); in updateIcon()
DBubbleViewInfoTask.java76 private BubbleIconFactory mIconFactory;
87 BubbleIconFactory factory, in BubbleViewInfoTask()
130 BubbleIconFactory iconFactory, Bubble b, boolean skipInflation) { in populate()
DBubbleController.java169 private BubbleIconFactory mBubbleIconFactory;
462 mBubbleIconFactory = new BubbleIconFactory(context); in BubbleController()
902 mBubbleIconFactory = new BubbleIconFactory(mContext); in updateForThemeChanges()
923 mBubbleIconFactory = new BubbleIconFactory(mContext); in onConfigChanged()
DBubble.java299 BubbleIconFactory iconFactory, in inflate()