Searched refs:shortSize (Results 1 – 4 of 4) sorted by relevance
480 int shortSize, longSize; in computeCompatibleScaling() local482 shortSize = width; in computeCompatibleScaling()485 shortSize = height; in computeCompatibleScaling()489 float aspect = ((float)longSize) / shortSize; in computeCompatibleScaling()
1148 int shortSize = hardwareConfig.getScreenHeight(); in findNavigationBar() local1151 int shortSizeDp = shortSize * DisplayMetrics.DENSITY_DEFAULT / in findNavigationBar()
1144 int shortSize, longSize; in setInitialDisplaySize() local1146 shortSize = height; in setInitialDisplaySize()1158 shortSize = width; in setInitialDisplaySize()1190 int shortSizeDp = shortSize * DisplayMetrics.DENSITY_DEFAULT / density; in setInitialDisplaySize()
7001 int shortSize = h; in reduceConfigLayout() local7002 if (longSize < shortSize) { in reduceConfigLayout()7004 longSize = shortSize; in reduceConfigLayout()7005 shortSize = tmp; in reduceConfigLayout()7008 shortSize = (int)(shortSize/density); in reduceConfigLayout()7009 return Configuration.reduceScreenLayout(curLayout, longSize, shortSize); in reduceConfigLayout()