OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lastsectionname
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsGridAdapter.java
251
String
lastSectionName
= item.sectionName;
258
if (j > item.sectionAppIndex && sectionName.equals(
lastSectionName
)) {
305
lastSectionName
= sectionName;
AlphabeticalAppsList.java
397
String
lastSectionName
= null;
468
if (lastSectionInfo == null || !sectionName.equals(
lastSectionName
)) {
469
lastSectionName
= sectionName;
Completed in 67 milliseconds