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

  /frameworks/base/libs/androidfw/tests/
Config_test.cpp 112 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES;
116 deviceConfig.screenLayout2 = ResTable_config::SCREENROUND_YES;
120 deviceConfig.screenLayout2 = ResTable_config::SCREENROUND_NO;
126 notRoundConfig.screenLayout2 = ResTable_config::SCREENROUND_NO;
139 longRoundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES;
160 roundConfig.screenLayout2 = ResTable_config::SCREENROUND_YES;
169 deviceConfig.screenLayout2 = ResTable_config::SCREENROUND_YES;
179 targetConfigC.screenLayout2 = ResTable_config::SCREENROUND_YES;
  /frameworks/base/tools/aapt/tests/
AaptConfig_test.cpp 91 config.screenLayout2 & android::ResTable_config::MASK_SCREENROUND);
97 config.screenLayout2 & android::ResTable_config::MASK_SCREENROUND);
  /frameworks/base/tools/aapt2/
ConfigDescription_test.cpp 94 config.screenLayout2 & android::ResTable_config::MASK_SCREENROUND);
100 config.screenLayout2 & android::ResTable_config::MASK_SCREENROUND);
ConfigDescription.cpp 189 out->screenLayout2 =
190 (out->screenLayout2 & ~ResTable_config::MASK_SCREENROUND) |
195 out->screenLayout2 =
196 (out->screenLayout2 & ~ResTable_config::MASK_SCREENROUND) |
201 out->screenLayout2 =
202 (out->screenLayout2 & ~ResTable_config::MASK_SCREENROUND) |
846 } else if (config->screenLayout2 & ResTable_config::MASK_SCREENROUND) {
912 if ((screenLayout2 | o.screenLayout2) & MASK_SCREENROUND) {
913 return !(o.screenLayout2 & MASK_SCREENROUND)
    [all...]
  /frameworks/base/native/android/
configuration.cpp 105 return (config->screenLayout2&ResTable_config::MASK_SCREENROUND);
200 config->screenLayout2 = (config->screenLayout2&~ResTable_config::MASK_SCREENROUND)
  /frameworks/base/tools/aapt/
AaptConfig.cpp 273 } else if (config->screenLayout2 & ResTable_config::MASK_SCREENROUND) {
434 if (out) out->screenLayout2 =
435 (out->screenLayout2&~ResTable_config::MASK_SCREENROUND)
439 if (out) out->screenLayout2 =
440 (out->screenLayout2&~ResTable_config::MASK_SCREENROUND)
444 if (out) out->screenLayout2 =
445 (out->screenLayout2&~ResTable_config::MASK_SCREENROUND)
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h     [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 717 // into screenLayout2.
718 config.screenLayout2 =
    [all...]

Completed in 925 milliseconds