Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetSections.java53 public static synchronized SparseArray<WidgetSection> getWidgetSections(Context context) { in getWidgetSections() method in WidgetSections
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java189 : WidgetSections.getWidgetSections(this).get(targetApp.widgetCategory); in onCreate()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java568 WidgetSection widgetSection = WidgetSections.getWidgetSections(mContext) in getTitleAndIconForApp()