Searched refs:mBubbleIconFactory (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleController.java | 148 private BubbleIconFactory mBubbleIconFactory; field in BubbleController 267 mBubbleIconFactory = new BubbleIconFactory(context); in BubbleController() 466 mBubbleIconFactory = new BubbleIconFactory(mContext); in onTaskbarChanged() 740 mBubbleIconFactory = new BubbleIconFactory(mContext); in updateForThemeChanges() 743 b.inflate(null /* callback */, mContext, this, mStackView, mBubbleIconFactory, in updateForThemeChanges() 747 b.inflate(null /* callback */, mContext, this, mStackView, mBubbleIconFactory, in updateForThemeChanges() 762 mBubbleIconFactory = new BubbleIconFactory(mContext); in onConfigChanged() 924 mContext, this, mStackView, mBubbleIconFactory, true /* skipInflation */); in loadOverflowBubblesFromDisk() 959 mContext, this, mStackView, mBubbleIconFactory, false /* skipInflation */); in inflateAndAdd()
|