Searched refs:orgRowEntry (Results 1 – 1 of 1) sorted by relevance
80 WidgetsListBaseEntry orgRowEntry = orgIter.next(); in process() local84 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 …]