Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp236 bool RSSystemProperties::GetAnimationCacheEnabled() in GetAnimationCacheEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp235 bool RSSystemProperties::GetAnimationCacheEnabled() in GetAnimationCacheEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp521 HWTEST_F(RSSystemPropertiesTest, GetAnimationCacheEnabled, TestSize.Level1)
523 ASSERT_FALSE(RSSystemProperties::GetAnimationCacheEnabled());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h213 static bool GetAnimationCacheEnabled();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp521 bool RSSystemProperties::GetAnimationCacheEnabled() in GetAnimationCacheEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp3159 if (!RSSystemProperties::GetAnimationCacheEnabled() || in CheckGroupableAnimation()