OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:titleSectionName
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetListRowEntry.java
37
public String
titleSectionName
;
WidgetsDiffReporter.java
85
orgRowEntry.
titleSectionName
));
95
newRowEntry.
titleSectionName
));
111
newRowEntry.
titleSectionName
));
WidgetsListAdapter.java
111
return mEntries.get(pos).
titleSectionName
;
/packages/apps/Launcher3/src/com/android/launcher3/model/
WidgetsModel.java
67
row.
titleSectionName
= indexer.computeSectionName(row.pkgItem.title);
Completed in 199 milliseconds