Searched refs:shortSizeDp (Results 1 – 1 of 1) sorted by relevance
419 static public int reduceScreenLayout(int curLayout, int longSizeDp, int shortSizeDp) { in reduceScreenLayout() argument436 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()