Home
last modified time | relevance | path

Searched refs:shortSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java705 int shortSize, longSize; in computeCompatibleScaling() local
707 shortSize = width; in computeCompatibleScaling()
710 shortSize = height; in computeCompatibleScaling()
714 float aspect = ((float)longSize) / shortSize; in computeCompatibleScaling()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java556 int shortSize = hwConfig.getScreenHeight(); in findNavBar() local
557 int shortSizeDp = shortSize * DisplayMetrics.DENSITY_DEFAULT / in findNavBar()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java1762 final int shortSize = Math.min(screenWidthDp, screenHeightDp); in computeScreenLayout() local
1763 return Configuration.reduceScreenLayout(sourceScreenLayout, longSize, shortSize); in computeScreenLayout()