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

  /frameworks/base/native/android/
configuration.cpp 100 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/
ConfigDescription.cpp 166 (out->screenLayout & ~ResTable_config::MASK_SCREENLONG) |
172 (out->screenLayout & ~ResTable_config::MASK_SCREENLONG) |
178 (out->screenLayout & ~ResTable_config::MASK_SCREENLONG) |
862 (config->screenLayout & ResTable_config::MASK_SCREENLONG) !=
909 if ((screenLayout | o.screenLayout) & MASK_SCREENLONG) {
910 return !(o.screenLayout & MASK_SCREENLONG);
959 !pred(screenLayout & MASK_SCREENLONG,
960 o.screenLayout & MASK_SCREENLONG) ||
  /frameworks/base/tools/aapt/
AaptConfig.cpp 288 || (config->screenLayout & ResTable_config::MASK_SCREENLONG)
415 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
420 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
425 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h     [all...]

Completed in 73 milliseconds