Home
last modified time | relevance | path

Searched refs:screenShape_ (Results 1 - 6 of 6) sorted by relevance

/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; member in OHOS::BaseGfxEngine
/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_ in IsCandidateDeclarativeResConfigPreferred()
[all...]
H A Dace_res_config.h50 : language_(language), script_(script), region_(region), screenLong_(screenLong), screenShape_(screenShape), in AceResConfig()
88 ScreenShape screenShape_ = ScreenShape::SCREEN_SHAPE_UNDEFINED; member in OHOS::Ace::AceResConfig
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp72 ScreenShape SystemProperties::screenShape_ { ScreenShape::NOT_ROUND };
169 screenShape_ = ScreenShape::ROUND; in InitDeviceInfo()
171 screenShape_ = ScreenShape::NOT_ROUND; in InitDeviceInfo()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h435 return screenShape_; in GetScreenShape()
636 static ScreenShape screenShape_; member in OHOS::Ace::final
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp400 ScreenShape SystemProperties::screenShape_ { ScreenShape::NOT_ROUND };
584 screenShape_ = ScreenShape::ROUND; in InitDeviceInfo()
586 screenShape_ = ScreenShape::NOT_ROUND; in InitDeviceInfo()

Completed in 6 milliseconds