Home
last modified time | relevance | path

Searched refs:GetGridCacheEnabled (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp170 bool SystemProperties::GetGridCacheEnabled() in GetGridCacheEnabled() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp305 bool SystemProperties::GetGridCacheEnabled() in GetGridCacheEnabled() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h536 static bool GetGridCacheEnabled();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp764 bool SystemProperties::GetGridCacheEnabled() in GetGridCacheEnabled() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp97 if (SystemProperties::GetGridCacheEnabled()) { in Measure()