Home
last modified time | relevance | path

Searched refs:shortSizeDp (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java557 int shortSizeDp = shortSize * DisplayMetrics.DENSITY_DEFAULT / in findNavBar() local
562 barOnBottom = shortSizeDp >= 600; in findNavBar()
/frameworks/base/core/java/android/content/res/
DConfiguration.java426 static public int reduceScreenLayout(int curLayout, int longSizeDp, int shortSizeDp) { in reduceScreenLayout() argument
443 if (longSizeDp >= 960 && shortSizeDp >= 720) { in reduceScreenLayout()
447 } else if (longSizeDp >= 640 && shortSizeDp >= 480) { in reduceScreenLayout()
458 if (shortSizeDp > 321 || longSizeDp > 570) { in reduceScreenLayout()
465 if (((longSizeDp*3)/5) >= (shortSizeDp-1)) { in reduceScreenLayout()