Searched refs:WidgetSection (Results 1 – 3 of 3) sorted by relevance
49 private static SparseArray<WidgetSection> sWidgetSections;53 public static synchronized SparseArray<WidgetSection> getWidgetSections(Context context) { in getWidgetSections()72 SparseArray<WidgetSection> widgetSections = new SparseArray(); in parseWidgetSectionsXml()82 WidgetSection section = new WidgetSection(context, sectionAttributes); in parseWidgetSectionsXml()120 public static final class WidgetSection { class in WidgetSections127 public WidgetSection(Context context, AttributeSet attrs) { in WidgetSection() method in WidgetSections.WidgetSection
75 import com.android.launcher3.widget.WidgetSections.WidgetSection;556 WidgetSection widgetSection = WidgetSections.getWidgetSections(context) in getTitleAndIconForApp()
188 WidgetSections.WidgetSection section = targetApp.widgetCategory == NO_CATEGORY ? null in onCreate()