Home
last modified time | relevance | path

Searched refs:screenShape_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp457 if (bestConfig.screenShape_ != candidateConfig.screenShape_ && in IsCandidateDeclarativeResConfigPreferred()
458 deviceConfig.screenShape_ != ScreenShape::SCREEN_SHAPE_UNDEFINED) { in IsCandidateDeclarativeResConfigPreferred()
459 if ((bestConfig.screenShape_ == deviceConfig.screenShape_) || in IsCandidateDeclarativeResConfigPreferred()
460 (candidateConfig.screenShape_ == deviceConfig.screenShape_)) { in IsCandidateDeclarativeResConfigPreferred()
461 return candidateConfig.screenShape_ == deviceConfig.screenShape_; in IsCandidateDeclarativeResConfigPreferred()
463 return candidateConfig.screenShape_ == ScreenShape::SCREEN_SHAPE_UNDEFINED; in IsCandidateDeclarativeResConfigPreferred()
688 … mnc_ == other.mnc_ && screenLong_ == other.screenLong_ && screenShape_ == other.screenShape_ && in operator ==()
925 screenShape_ = static_cast<ScreenShape>(keyParam.value); in ParseConfig()
1076 if (resConfig.screenShape_ != ScreenShape::SCREEN_SHAPE_UNDEFINED) { in ConvertDeclarativeResConfigToTag()
1077 GetConfigString(KeyType::SCREENSHAPE, static_cast<int32_t>(resConfig.screenShape_), resTag); in ConvertDeclarativeResConfigToTag()
H A Dace_res_config.h50 …e_(language), script_(script), region_(region), screenLong_(screenLong), screenShape_(screenShape), in AceResConfig()
88 ScreenShape screenShape_ = ScreenShape::SCREEN_SHAPE_UNDEFINED; variable
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
H A Dgfx_engine_manager.h177 screenShape_ = screenShape; in SetScreenShape()
182 return screenShape_; in GetScreenShape()
199 ScreenShape screenShape_ = RECTANGLE; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp72 ScreenShape SystemProperties::screenShape_ { ScreenShape::NOT_ROUND };
170 screenShape_ = ScreenShape::ROUND; in InitDeviceInfo()
172 screenShape_ = ScreenShape::NOT_ROUND; in InitDeviceInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h429 return screenShape_; in GetScreenShape()
619 static ScreenShape screenShape_; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp409 ScreenShape SystemProperties::screenShape_ { ScreenShape::NOT_ROUND };
593 screenShape_ = ScreenShape::ROUND; in InitDeviceInfo()
595 screenShape_ = ScreenShape::NOT_ROUND; in InitDeviceInfo()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md133 screenShape_ = screenShape;
138 return screenShape_;
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md133 screenShape_ = screenShape;
138 return screenShape_;