Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java426 static public int reduceScreenLayout(int curLayout, int longSizeDp, int shortSizeDp) { in reduceScreenLayout() argument
435 if (longSizeDp < 470) { in reduceScreenLayout()
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()