Searched refs:resultHeight (Results 1 – 3 of 3) sorted by relevance
110 int resultHeight = Math.round(bitmap.getHeight() / maxDownscaleFactor); in doInBackground() local111 … return Bitmap.createScaledBitmap(bitmap, resultWidth, resultHeight, FILTER_SCALED_BITMAP); in doInBackground()
821 int resultWidth, resultHeight; in calculateResultImage() local825 resultHeight = safeCrop.height() / subsample; in calculateResultImage()830 resultHeight = 2 * radius; in calculateResultImage()833 return new TaskImage(img.rotation, resultWidth, resultHeight, in calculateResultImage()
1296 final int resultHeight = mResult.mBounds.height(); in testDefaultSizeSmallerThanBigScreen() local1298 assertTrue("Result width " + resultHeight + " is not smaller than " in testDefaultSizeSmallerThanBigScreen()1299 + displayHeight, resultHeight < displayHeight); in testDefaultSizeSmallerThanBigScreen()