Searched refs:kindSectionDataListIndex (Results 1 – 2 of 2) sorted by relevance
115 public int kindSectionDataListIndex = -1; field in CompactPhotoSelectionFragment.Photo135 dest.writeInt(kindSectionDataListIndex); in writeToParcel()148 kindSectionDataListIndex = source.readInt(); in readFromParcel()
548 photo.kindSectionDataListIndex = i; in getPhotos()577 if (photo.kindSectionDataListIndex < 0 in setPrimaryPhoto()578 || photo.kindSectionDataListIndex >= kindSectionDataList.size()) { in setPrimaryPhoto()583 kindSectionDataList.get(photo.kindSectionDataListIndex); in setPrimaryPhoto()