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

/frameworks/base/native/android/
H A Dconfiguration.cpp100 return (config->screenLayout&ResTable_config::MASK_SCREENLONG)
195 config->screenLayout = (config->screenLayout&~ResTable_config::MASK_SCREENLONG)
196 | ((screenLong<<ResTable_config::SHIFT_SCREENLONG)&ResTable_config::MASK_SCREENLONG);
/frameworks/base/tools/aapt2/
H A DConfigDescription.cpp154 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
159 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
164 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
775 || (config->screenLayout & ResTable_config::MASK_SCREENLONG)
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp267 || (config->screenLayout & ResTable_config::MASK_SCREENLONG)
394 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
399 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
404 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2088 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0) {
2089 if (!(screenLayout & MASK_SCREENLONG)) return false;
2090 if (!(o.screenLayout & MASK_SCREENLONG)) return true;
2346 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0
2347 && (requested->screenLayout & MASK_SCREENLONG)) {
2348 return (screenLayout & MASK_SCREENLONG);
2580 const int screenLong = screenLayout&MASK_SCREENLONG;
2581 const int setScreenLong = settings.screenLayout&MASK_SCREENLONG;
2895 if ((screenLayout&MASK_SCREENLONG) != 0) {
2897 switch (screenLayout&ResTable_config::MASK_SCREENLONG) {
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1082 MASK_SCREENLONG = 0x30, enumerator in enum:android::ResTable_config::__anon1006

Completed in 327 milliseconds