HomeSort by relevance Sort by last modified time
    Searched refs:longSizeDp (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/content/res/
Configuration.java 200 static public int reduceScreenLayout(int curLayout, int longSizeDp, int shortSizeDp) {
209 if (longSizeDp < 470) {
217 if (longSizeDp >= 960 && shortSizeDp >= 720) {
221 } else if (longSizeDp >= 640 && shortSizeDp >= 480) {
232 if (shortSizeDp > 321 || longSizeDp > 570) {
239 if (((longSizeDp*3)/5) >= (shortSizeDp-1)) {
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 74 milliseconds