Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetSections.java125 public final int mSectionDrawable; field in WidgetSections.WidgetSection
131 mSectionDrawable = a.getResourceId(R.styleable.WidgetSections_sectionDrawable, ID_NULL); in WidgetSection()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java580 mContext.getDrawable(widgetSection.mSectionDrawable), in getTitleAndIconForApp()