Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_fraction.cpp33 constexpr const char* ANIMATION_SCALE_NAME = "persist.sys.graphic.animationscale"; variable
50 …RSSystemProperties::WatchSystemProperty(ANIMATION_SCALE_NAME, OnAnimationScaleChangedCallback, nul… in Init()
66 if (strcmp(key, ANIMATION_SCALE_NAME) != 0) { in OnAnimationScaleChangedCallback()