Home
last modified time | relevance | path

Searched refs:WidgetSection (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetSections.java49 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 WidgetSections
127 public WidgetSection(Context context, AttributeSet attrs) { in WidgetSection() method in WidgetSections.WidgetSection
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java75 import com.android.launcher3.widget.WidgetSections.WidgetSection;
556 WidgetSection widgetSection = WidgetSections.getWidgetSections(context) in getTitleAndIconForApp()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java188 WidgetSections.WidgetSection section = targetApp.widgetCategory == NO_CATEGORY ? null in onCreate()