Searched refs:WidgetSections (Results 1 – 9 of 9) sorted by relevance
42 public final class WidgetSections { class90 Xml.asAttributeSet(parser), R.styleable.WidgetSections); in parseWidgetSectionsXml()128 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.WidgetSections); in WidgetSection()
496 if (mInfo.pendingItemInfo.widgetCategory == WidgetSections.NO_CATEGORY) { in getWidgetCategoryIcon()
8 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()
26 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()
22 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()
19 import static com.android.launcher3.widget.WidgetSections.NO_CATEGORY;
3 import static com.android.launcher3.widget.WidgetSections.NO_CATEGORY;
18 import static com.android.launcher3.widget.WidgetSections.NO_CATEGORY;
60 import com.android.launcher3.widget.WidgetSections674 .mockStatic(WidgetSections::class.java) in When Pending App Widget has not started restore then update db and add item()