Searched refs:smallestWidth (Results 1 – 1 of 1) sorted by relevance
657 float smallestWidth = (float)Math.min(newWidth, newHeight); in createScreenshot() local658 float smallestWidthDp = smallestWidth / (mDisplayMetrics.densityDpi / 160f); in createScreenshot()