Searched refs:BubbleIconFactory (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleViewInfoTask.java | 45 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()
|
D | BubbleOverflow.kt | 33 import com.android.launcher3.icons.BubbleIconFactory 132 BubbleIconFactory( in updateBtnTheme()
|
D | BubbleController.java | 90 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()
|
D | Bubble.java | 52 import com.android.launcher3.icons.BubbleIconFactory; 526 BubbleIconFactory iconFactory, in inflate()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
D | BubbleViewInfoTest.kt | 32 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/ |
D | BubbleIconFactory.java | 22 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/ |
D | BubbleStackViewTest.kt | 36 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/ |
D | BubblesTest.java | 100 import com.android.launcher3.icons.BubbleIconFactory; 1370 new BubbleIconFactory(mContext, in test_bubbleViewInfoGetPackageForUser()
|