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

  /frameworks/base/native/android/
configuration.cpp 178 void AConfiguration_setUiModeType(AConfiguration* config, int32_t uiModeType) {
180 | (uiModeType&ResTable_config::MASK_UI_MODE_TYPE);
  /development/ndk/platforms/android-9/include/android/
configuration.h 276 void AConfiguration_setUiModeType(AConfiguration* config, int32_t uiModeType);
  /frameworks/base/native/include/android/
configuration.h 276 void AConfiguration_setUiModeType(AConfiguration* config, int32_t uiModeType);
  /frameworks/base/tools/aapt/
AaptAssets.cpp 246 String8 uiModeType, uiModeNight;
372 uiModeType = part;
507 this->uiModeType = uiModeType;
539 s += uiModeType;
589 if (this->uiModeType != "") {
591 s += uiModeType;
1118 if (v == 0) v = uiModeType.compare(o.uiModeType);
1141 getUiModeTypeName(uiModeType.string(), &params)
    [all...]
AaptAssets.h 75 String8 uiModeType;
  /frameworks/base/include/utils/
ResourceTypes.h     [all...]

Completed in 150 milliseconds