Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTask.java45 import com.android.launcher3.icons.BubbleIconFactory;
78 private BubbleIconFactory mIconFactory;
94 BubbleIconFactory factory, in BubbleViewInfoTask()
183 BubbleIconFactory iconFactory, in populateForBubbleBar()
212 BubbleIconFactory iconFactory, in populate()
254 BubbleViewInfo info, Context c, Bubble b, BubbleIconFactory iconFactory) { in populateCommonInfo()
DBubbleOverflow.kt33 import com.android.launcher3.icons.BubbleIconFactory
132 BubbleIconFactory( in updateBtnTheme()
DBubbleController.java90 import com.android.launcher3.icons.BubbleIconFactory;
213 private BubbleIconFactory mBubbleIconFactory;
333 mBubbleIconFactory = new BubbleIconFactory(context, in BubbleController()
800 BubbleIconFactory getIconFactory() { in getIconFactory()
1076 mBubbleIconFactory = new BubbleIconFactory(mContext, in onThemeChanged()
1120 mBubbleIconFactory = new BubbleIconFactory(mContext, in onConfigurationChanged()
DBubble.java52 import com.android.launcher3.icons.BubbleIconFactory;
526 BubbleIconFactory iconFactory, in inflate()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTest.kt32 import com.android.launcher3.icons.BubbleIconFactory in <lambda>()
69 private lateinit var iconFactory: BubbleIconFactory in <lambda>()
86 BubbleIconFactory( in <lambda>()
222 val mockIconFactory = mock<BubbleIconFactory>() in <lambda>()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DBubbleIconFactory.java22 public class BubbleIconFactory extends BaseIconFactory { class
38 public BubbleIconFactory(Context context, int iconSize, int badgeSize, int ringColor, in BubbleIconFactory() method in BubbleIconFactory
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleStackViewTest.kt36 import com.android.launcher3.icons.BubbleIconFactory in <lambda>()
69 private lateinit var iconFactory: BubbleIconFactory in <lambda>()
88 BubbleIconFactory( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java100 import com.android.launcher3.icons.BubbleIconFactory;
1370 new BubbleIconFactory(mContext, in test_bubbleViewInfoGetPackageForUser()