Home
last modified time | relevance | path

Searched refs:IsRoundScreen (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/test/unittest/common/
H A Dsystem_info_tdd_test.cpp58 EXPECT_FALSE(SystemInfo::GetInstance().IsRoundScreen());
119 EXPECT_FALSE(SystemInfo::GetInstance().IsRoundScreen());
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dsystem_info.h47 bool IsRoundScreen() const;
H A Dsystem_info.cpp65 bool SystemInfo::IsRoundScreen() const in IsRoundScreen() function in OHOS::ACELite::SystemInfo
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dcondition_arbitrator.cpp151 result = (SystemInfo::GetInstance().IsRoundScreen() == true); in JudgeConditionByStrValue()
154 result = (SystemInfo::GetInstance().IsRoundScreen() == false); in JudgeConditionByStrValue()