Home
last modified time | relevance | path

Searched refs:IsSmallFoldProduct (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp195 bool SystemProperties::IsSmallFoldProduct() in IsSmallFoldProduct() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp330 bool SystemProperties::IsSmallFoldProduct() in IsSmallFoldProduct() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h581 static bool IsSmallFoldProduct();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp825 ACE_WEAK_SYM bool SystemProperties::IsSmallFoldProduct() in IsSmallFoldProduct() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp4808 if (!isFoldable && !SystemProperties::IsSmallFoldProduct()) { in UpdateHalfFoldHoverStatus()
4826 if (SystemProperties::IsSmallFoldProduct()) { in UpdateHalfFoldHoverStatus()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6029 static bool IsSmallFoldProduct() in IsSmallFoldProduct() function
6055 bool isSmallFold = IsSmallFoldProduct(); in CheckWindowModeType()