Searched refs:thumbItemIndex (Results 1 – 1 of 1) sorted by relevance
1539 ssize_t thumbItemIndex = mItemIdToItemMap.indexOfKey(image->thumbnails[0]); in getImageMeta() local1540 if (thumbItemIndex >= 0) { in getImageMeta()1541 const ImageItem &thumbnail = mItemIdToItemMap[thumbItemIndex]; in getImageMeta()1552 imageIndex, thumbnail.width, thumbnail.height, thumbItemIndex); in getImageMeta()1625 ssize_t thumbItemIndex = mItemIdToItemMap.indexOfKey(imageItem.thumbnails[0]); in findThumbnailItem() local1626 if (thumbItemIndex < 0) { in findThumbnailItem()1632 *itemIndex = thumbItemIndex; in findThumbnailItem()