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

  /frameworks/base/native/android/
configuration.cpp 127 return (config->screenLayout&ResTable_config::MASK_LAYOUTDIR)
219 config->screenLayout = (config->screenLayout&~ResTable_config::MASK_LAYOUTDIR)
220 | ((value<<ResTable_config::SHIFT_LAYOUTDIR)&ResTable_config::MASK_LAYOUTDIR);
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 189 *value = (config.screenLayout&ResTable_config::MASK_LAYOUTDIR);
320 return config.screenLayout&ResTable_config::MASK_LAYOUTDIR;
995 (out->screenLayout&~ResTable_config::MASK_LAYOUTDIR)
1000 (out->screenLayout&~ResTable_config::MASK_LAYOUTDIR)
1005 (out->screenLayout&~ResTable_config::MASK_LAYOUTDIR)
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 962 MASK_LAYOUTDIR = 0xC0,
    [all...]

Completed in 55 milliseconds