Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetSections.java49 private static SparseArray<WidgetSection> sWidgetSections; field in WidgetSections
54 if (sWidgetSections != null) { in getWidgetSections()
55 return sWidgetSections; in getWidgetSections()
58 return sWidgetSections; in getWidgetSections()
112 sWidgetSections = widgetSections; in parseWidgetSectionsXml()