Searched refs:valuesDeltaList (Results 1 – 2 of 2) sorted by relevance
166 final List<ValuesDelta> valuesDeltaList = kindSectionData.getValuesDeltas(); in getEntryToDisplay() local167 if (!valuesDeltaList.isEmpty()) { in getEntryToDisplay()169 final ValuesDelta valuesDelta = valuesDeltaList.get(0); in getEntryToDisplay()
584 final List<ValuesDelta> valuesDeltaList = kindSectionData.getNonEmptyValuesDeltas(); in setPrimaryPhoto() local585 if (photo.valuesDeltaListIndex >= valuesDeltaList.size()) { in setPrimaryPhoto()591 final ValuesDelta valuesDelta = valuesDeltaList.get(photo.valuesDeltaListIndex); in setPrimaryPhoto()