Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetSections.java123 public final int mSectionTitle; field in WidgetSections.WidgetSection
130 mSectionTitle = a.getResourceId(R.styleable.WidgetSections_sectionTitle, ID_NULL); in WidgetSection()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java191 : getString(section.mSectionTitle)); in onCreate()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java570 infoInOut.title = mContext.getString(widgetSection.mSectionTitle); in getTitleAndIconForApp()