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