Searched refs:valuesDeltaListIndex (Results 1 – 2 of 2) sorted by relevance
116 public int valuesDeltaListIndex = -1; field in CompactPhotoSelectionFragment.Photo136 dest.writeInt(valuesDeltaListIndex); in writeToParcel()149 valuesDeltaListIndex = source.readInt(); in readFromParcel()
549 photo.valuesDeltaListIndex = j; in getPhotos()585 if (photo.valuesDeltaListIndex >= valuesDeltaList.size()) { in setPrimaryPhoto()591 final ValuesDelta valuesDelta = valuesDeltaList.get(photo.valuesDeltaListIndex); in setPrimaryPhoto()