Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsDiffReporter.java80 WidgetsListBaseEntry orgRowEntry = orgIter.next(); in process() local
84 int diff = compareAppNameAndType(orgRowEntry, newRowEntry, comparator); in process()
87 diff, orgRowEntry != null ? orgRowEntry.toString() : null, in process()
92 index = currentEntries.indexOf(orgRowEntry); in process()
96 orgRowEntry.mTitleSectionName)); in process()
99 orgRowEntry = orgIter.hasNext() ? orgIter.next() : null; in process()
101 index = orgRowEntry != null ? currentEntries.indexOf(orgRowEntry) in process()
117 || hasHeaderUpdated(orgRowEntry, newRowEntry) in process()
119 index = currentEntries.indexOf(orgRowEntry); in process()
127 orgRowEntry = orgIter.hasNext() ? orgIter.next() : null; in process()
[all …]