Searched refs:mBubbleIconFactory (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 169 private BubbleIconFactory mBubbleIconFactory; field in BubbleController 462 mBubbleIconFactory = new BubbleIconFactory(context); in BubbleController() 902 mBubbleIconFactory = new BubbleIconFactory(mContext); in updateForThemeChanges() 905 b.inflate(null /* callback */, mContext, mStackView, mBubbleIconFactory, in updateForThemeChanges() 909 b.inflate(null /* callback */, mContext, mStackView, mBubbleIconFactory, in updateForThemeChanges() 923 mBubbleIconFactory = new BubbleIconFactory(mContext); in onConfigChanged() 1107 mContext, mStackView, mBubbleIconFactory, true /* skipInflation */); in loadOverflowBubblesFromDisk() 1127 mContext, mStackView, mBubbleIconFactory, false /* skipInflation */); in inflateAndAdd()
|