Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTask.java73 private BubbleIconFactory mIconFactory;
86 BubbleIconFactory factory, in BubbleViewInfoTask()
137 BubbleStackView stackView, BubbleIconFactory iconFactory, Bubble b, in populate()
DBubbleIconFactory.java45 public class BubbleIconFactory extends BaseIconFactory { class
49 public BubbleIconFactory(Context context) { in BubbleIconFactory() method in BubbleIconFactory
DBubbleOverflow.kt94 val iconFactory = BubbleIconFactory(context) in updateBtnTheme()
DBubbleController.java149 private BubbleIconFactory mBubbleIconFactory;
263 mBubbleIconFactory = new BubbleIconFactory(context); in BubbleController()
461 mBubbleIconFactory = new BubbleIconFactory(mContext); in onTaskbarChanged()
721 mBubbleIconFactory = new BubbleIconFactory(mContext); in updateForThemeChanges()
743 mBubbleIconFactory = new BubbleIconFactory(mContext); in onConfigChanged()
DBubble.java366 BubbleIconFactory iconFactory, in inflate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java114 import com.android.wm.shell.bubbles.BubbleIconFactory;
1174 new BubbleIconFactory(mContext), in test_bubbleViewInfoGetPackageForUser()