Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleIconFactory.java28 public class BubbleIconFactory extends BaseIconFactory { class
29 protected BubbleIconFactory(Context context) { in BubbleIconFactory() method in BubbleIconFactory
DBubbleView.java62 private BubbleIconFactory mBubbleIconFactory;
136 public void setBubbleIconFactory(BubbleIconFactory factory) { in setBubbleIconFactory()
DBubbleStackView.java193 private BubbleIconFactory mBubbleIconFactory;
364 mBubbleIconFactory = new BubbleIconFactory(context); in BubbleStackView()
508 mBubbleIconFactory = new BubbleIconFactory(mContext); in onThemeChanged()