Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactPhotoSelectionFragment.java116 public int valuesDeltaListIndex = -1; field in CompactPhotoSelectionFragment.Photo
136 dest.writeInt(valuesDeltaListIndex); in writeToParcel()
149 valuesDeltaListIndex = source.readInt(); in readFromParcel()
DCompactRawContactsEditorView.java549 photo.valuesDeltaListIndex = j; in getPhotos()
585 if (photo.valuesDeltaListIndex >= valuesDeltaList.size()) { in setPrimaryPhoto()
591 final ValuesDelta valuesDelta = valuesDeltaList.get(photo.valuesDeltaListIndex); in setPrimaryPhoto()