Home
last modified time | relevance | path

Searched refs:currentBitmap (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java321 private void startBitmapIO(int flags, Bitmap currentBitmap, Uri sourceUri, Uri destUri, in startBitmapIO() argument
324 if (cropBounds == null || photoBounds == null || currentBitmap == null in startBitmapIO()
325 || currentBitmap.getWidth() == 0 || currentBitmap.getHeight() == 0 in startBitmapIO()
341 ioTask.execute(currentBitmap); in startBitmapIO()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DBitmapDownloader.java265 Bitmap currentBitmap = bitmapItem.mBitmap; in addBitmapToMemoryCache() local
268 if (currentBitmap.getWidth() >= bitmap.getWidth() && currentBitmap.getHeight() in addBitmapToMemoryCache()