Searched refs:currentBitmap (Results 1 – 2 of 2) sorted by relevance
321 private void startBitmapIO(int flags, Bitmap currentBitmap, Uri sourceUri, Uri destUri, in startBitmapIO() argument324 if (cropBounds == null || photoBounds == null || currentBitmap == null in startBitmapIO()325 || currentBitmap.getWidth() == 0 || currentBitmap.getHeight() == 0 in startBitmapIO()341 ioTask.execute(currentBitmap); in startBitmapIO()
265 Bitmap currentBitmap = bitmapItem.mBitmap; in addBitmapToMemoryCache() local268 if (currentBitmap.getWidth() >= bitmap.getWidth() && currentBitmap.getHeight() in addBitmapToMemoryCache()