Searched refs:newImageCount (Results 1 – 4 of 4) sorted by relevance
95 int32_t newImageCount; member
114 int32_t newImageCount; member
729 context->newImageCount = imageCount; in FetchNewCount()772 context->objectInfo->SetImageCount(context->newImageCount); in JSPhotoAlbumAddAssetsCompleteCallback()877 context->objectInfo->SetImageCount(context->newImageCount); in JSPhotoAlbumRemoveAssetsCompleteCallback()
570 int32_t newImageCount = newTotalCount - newVideoCount; in SetImageVideoCount() local571 if (oldImageCount != newImageCount) { in SetImageVideoCount()573 PhotoAlbumColumns::ALBUM_IMAGE_COUNT.c_str(), oldImageCount, newImageCount); in SetImageVideoCount()574 values.PutInt(PhotoAlbumColumns::ALBUM_IMAGE_COUNT, newImageCount); in SetImageVideoCount()