Searched refs:shortSize (Results 1 – 3 of 3) sorted by relevance
705 int shortSize, longSize; in computeCompatibleScaling() local707 shortSize = width; in computeCompatibleScaling()710 shortSize = height; in computeCompatibleScaling()714 float aspect = ((float)longSize) / shortSize; in computeCompatibleScaling()
556 int shortSize = hwConfig.getScreenHeight(); in findNavBar() local557 int shortSizeDp = shortSize * DisplayMetrics.DENSITY_DEFAULT / in findNavBar()
1762 final int shortSize = Math.min(screenWidthDp, screenHeightDp); in computeScreenLayout() local1763 return Configuration.reduceScreenLayout(sourceScreenLayout, longSize, shortSize); in computeScreenLayout()