Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsDiffReporter.java86 orgRowEntry.titleSectionName)); in process()
96 newRowEntry.titleSectionName)); in process()
112 newRowEntry.titleSectionName)); in process()
DWidgetListRowEntry.java37 public String titleSectionName; field in WidgetListRowEntry
DWidgetsListAdapter.java110 return mEntries.get(pos).titleSectionName; in getSectionName()
/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/
DWidgetsModel.java72 row.titleSectionName = (row.pkgItem.title == null) ? "" : in getWidgetsList()