Searched refs:MASK_SCREENLONG (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/native/android/
H A Dconfiguration.cpp100 return (config->screenLayout&ResTable_config::MASK_SCREENLONG)
191 config->screenLayout = (config->screenLayout&~ResTable_config::MASK_SCREENLONG)
192 | ((screenLong<<ResTable_config::SHIFT_SCREENLONG)&ResTable_config::MASK_SCREENLONG);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1736 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0) {
1737 if (!(screenLayout & MASK_SCREENLONG)) return false;
1738 if (!(o.screenLayout & MASK_SCREENLONG)) return true;
1909 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0
1910 && (requested->screenLayout & MASK_SCREENLONG)) {
1911 return (screenLayout & MASK_SCREENLONG);
2083 const int screenLong = screenLayout&MASK_SCREENLONG;
2084 const int setScreenLong = settings.screenLayout&MASK_SCREENLONG;
2249 if ((screenLayout&MASK_SCREENLONG) != 0) {
2251 switch (screenLayout&ResTable_config::MASK_SCREENLONG) {
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp224 *value = (config.screenLayout&ResTable_config::MASK_SCREENLONG);
1054 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
1059 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
1064 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
1542 || (params.screenLayout&ResTable_config::MASK_SCREENLONG)
/frameworks/base/include/androidfw/
H A DResourceTypes.h960 MASK_SCREENLONG = 0x30, enumerator in enum:android::ResTable_config::__anon1095

Completed in 2306 milliseconds