Searched refs:cropHash (Results 1 – 1 of 1) sorted by relevance
209 int cropHash = crop == null ? 0 : crop.hashCode(); in getImageUri() local210 String baseName = BASE_NAME + bitmap.hashCode() + "_" + cropHash + ".png"; in getImageUri()