Home
last modified time | relevance | path

Searched refs:WidgetSections (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetSections.java42 public final class WidgetSections { class
90 Xml.asAttributeSet(parser), R.styleable.WidgetSections); in parseWidgetSectionsXml()
128 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.WidgetSections); in WidgetSection()
DPendingAppWidgetHostView.java496 if (mInfo.pendingItemInfo.widgetCategory == WidgetSections.NO_CATEGORY) { in getWidgetCategoryIcon()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DWidgetsModel.java8 import static com.android.launcher3.widget.WidgetSections.NO_CATEGORY;
41 import com.android.launcher3.widget.WidgetSections;
274 IntSet categories = WidgetSections.getWidgetsToCategory(context).get(providerName); in getCategories()
309 WidgetSections.getWidgetsToCategory(context); in newPendingItemInfo()
323 WidgetSections.getWidgetsToCategory(context); in getPackageUserKeys()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java26 import static com.android.launcher3.widget.WidgetSections.NO_CATEGORY;
85 import com.android.launcher3.widget.WidgetSections;
188 WidgetSections.WidgetSection section = targetApp.widgetCategory == NO_CATEGORY ? null in onCreate()
189 : WidgetSections.getWidgetSections(this).get(targetApp.widgetCategory); in onCreate()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java22 import static com.android.launcher3.widget.WidgetSections.NO_CATEGORY;
72 import com.android.launcher3.widget.WidgetSections;
73 import com.android.launcher3.widget.WidgetSections.WidgetSection;
568 WidgetSection widgetSection = WidgetSections.getWidgetSections(mContext) in getTitleAndIconForApp()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DPackageItemInfo.java19 import static com.android.launcher3.widget.WidgetSections.NO_CATEGORY;
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPackageUserKey.java3 import static com.android.launcher3.widget.WidgetSections.NO_CATEGORY;
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DPackageUserKeyTest.java18 import static com.android.launcher3.widget.WidgetSections.NO_CATEGORY;
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DWorkspaceItemProcessorTest.kt60 import com.android.launcher3.widget.WidgetSections
674 .mockStatic(WidgetSections::class.java) in When Pending App Widget has not started restore then update db and add item()