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

  /frameworks/base/native/android/
configuration.cpp 109 return (config->uiMode&ResTable_config::MASK_UI_MODE_NIGHT)
196 config->uiMode = (config->uiMode&~ResTable_config::MASK_UI_MODE_NIGHT)
197 | ((uiModeNight<<ResTable_config::SHIFT_UI_MODE_NIGHT)&ResTable_config::MASK_UI_MODE_NIGHT);
  /frameworks/base/include/utils/
ResourceTypes.h 960 MASK_UI_MODE_NIGHT = 0x30,
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 200 *value = (config.uiMode&ResTable_config::MASK_UI_MODE_NIGHT);
281 return (config.uiMode&ResTable_config::MASK_UI_MODE_NIGHT);
1032 (out->uiMode&~ResTable_config::MASK_UI_MODE_NIGHT)
1037 (out->uiMode&~ResTable_config::MASK_UI_MODE_NIGHT)
1042 (out->uiMode&~ResTable_config::MASK_UI_MODE_NIGHT)
    [all...]

Completed in 137 milliseconds