Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java143 public static final int SCREENLAYOUT_LONG_MASK = 0x30; field in Configuration
236 return (curLayout&~(SCREENLAYOUT_LONG_MASK | SCREENLAYOUT_SIZE_MASK in resetScreenLayout()
292 curLayout = (curLayout&~SCREENLAYOUT_LONG_MASK) | SCREENLAYOUT_LONG_NO; in reduceScreenLayout()
839 switch ((screenLayout&SCREENLAYOUT_LONG_MASK)) { in toString()
844 sb.append(screenLayout&SCREENLAYOUT_LONG_MASK); break; in toString()
1637 switch (config.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK) { in resourceQualifierString()
1871 if ((base.screenLayout & SCREENLAYOUT_LONG_MASK) != in generateDelta()
1872 (change.screenLayout & SCREENLAYOUT_LONG_MASK)) { in generateDelta()
1873 delta.screenLayout |= change.screenLayout & SCREENLAYOUT_LONG_MASK; in generateDelta()
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java76 import static android.content.res.Configuration.SCREENLAYOUT_LONG_MASK;
1600 newScreenLayout = (newScreenLayout & ~SCREENLAYOUT_LONG_MASK) in sanitizeOverrideConfiguration()
1601 | (overrideScreenLayout & SCREENLAYOUT_LONG_MASK); in sanitizeOverrideConfiguration()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9135 field public static final int SCREENLAYOUT_LONG_MASK = 48; // 0x30
/frameworks/base/api/
Dcurrent.txt10159 field public static final int SCREENLAYOUT_LONG_MASK = 48; // 0x30
Dtest-current.txt10172 field public static final int SCREENLAYOUT_LONG_MASK = 48; // 0x30
Dsystem-current.txt10598 field public static final int SCREENLAYOUT_LONG_MASK = 48; // 0x30