Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java419 static public int reduceScreenLayout(int curLayout, int longSizeDp, int shortSizeDp) { in reduceScreenLayout() argument
436 if (longSizeDp >= 960 && shortSizeDp >= 720) { in reduceScreenLayout()
440 } else if (longSizeDp >= 640 && shortSizeDp >= 480) { in reduceScreenLayout()
451 if (shortSizeDp > 321 || longSizeDp > 570) { in reduceScreenLayout()
458 if (((longSizeDp*3)/5) >= (shortSizeDp-1)) { in reduceScreenLayout()