Home
last modified time | relevance | path

Searched refs:screenLong_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp448 if (bestConfig.screenLong_ != candidateConfig.screenLong_ && in IsCandidateDeclarativeResConfigPreferred()
449 deviceConfig.screenLong_ != LongScreenType::LONG_SCREEN_UNDEFINED) { in IsCandidateDeclarativeResConfigPreferred()
450 if ((bestConfig.screenLong_ == deviceConfig.screenLong_) || in IsCandidateDeclarativeResConfigPreferred()
451 (candidateConfig.screenLong_ == deviceConfig.screenLong_)) { in IsCandidateDeclarativeResConfigPreferred()
452 return candidateConfig.screenLong_ == deviceConfig.screenLong_; in IsCandidateDeclarativeResConfigPreferred()
454 return candidateConfig.screenLong_ == LongScreenType::LONG_SCREEN_UNDEFINED; in IsCandidateDeclarativeResConfigPreferred()
688 … mnc_ == other.mnc_ && screenLong_ == other.screenLong_ && screenShape_ == other.screenShape_ && in operator ==()
928 screenLong_ = static_cast<LongScreenType>(keyParam.value); in ParseConfig()
1072 if (resConfig.screenLong_ != LongScreenType::LONG_SCREEN_UNDEFINED) { in ConvertDeclarativeResConfigToTag()
1073 GetConfigString(KeyType::LONGSCREEN, static_cast<int32_t>(resConfig.screenLong_), resTag); in ConvertDeclarativeResConfigToTag()
H A Dace_res_config.h50 …: language_(language), script_(script), region_(region), screenLong_(screenLong), screenShape_(scr… in AceResConfig()
87 LongScreenType screenLong_ = LongScreenType::LONG_SCREEN_UNDEFINED; variable