Searched refs:bitmapWithMetadata (Results 1 – 1 of 1) sorted by relevance
204 BitmapWithMetadata bitmapWithMetadata = (BitmapWithMetadata) result; in onMtpImageDataFetchedFromDevice() local206 mLastBitmapHeight = bitmapWithMetadata.bitmap.getHeight(); in onMtpImageDataFetchedFromDevice()207 mLastBitmapWidth = bitmapWithMetadata.bitmap.getWidth(); in onMtpImageDataFetchedFromDevice()208 mLastRotationDegrees = bitmapWithMetadata.rotationDegrees; in onMtpImageDataFetchedFromDevice()211 setRotation(bitmapWithMetadata.rotationDegrees); in onMtpImageDataFetchedFromDevice()214 setImageBitmap(bitmapWithMetadata.bitmap); in onMtpImageDataFetchedFromDevice()