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

  /frameworks/base/native/android/
configuration.cpp 100 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/tools/aapt/
AaptConfig.cpp 254 || (config->screenLayout & ResTable_config::MASK_SCREENLONG)
383 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
388 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
393 (out->screenLayout&~ResTable_config::MASK_SCREENLONG)
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]

Completed in 93 milliseconds