Home
last modified time | relevance | path

Searched defs:RSRenderAnimationMock (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_animation_test.cpp27 class RSRenderAnimationMock : public RSRenderAnimation { class
30 RSRenderAnimationMock() : RSRenderAnimationMock(ANIMATION_ID) {} in RSRenderAnimationMock() function in OHOS::Rosen::RSRenderAnimationMock
50 explicit RSRenderAnimationMock(AnimationId id) : RSRenderAnimation(id) {} in RSRenderAnimationMock() function in OHOS::Rosen::RSRenderAnimationMock
H A Drs_render_transition_test.cpp73 class RSRenderAnimationMock : public RSRenderAnimation { class
75 RSRenderAnimationMock() : RSRenderAnimation() {} in RSRenderAnimationMock() function in OHOS::Rosen::RSRenderAnimationMock
76 explicit RSRenderAnimationMock(AnimationId id) : RSRenderAnimation(id) {} in RSRenderAnimationMock() function in OHOS::Rosen::RSRenderAnimationMock
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp115 class RSRenderAnimationMock : public RSRenderAnimation { class
117 RSRenderAnimationMock(AnimationId id) : RSRenderAnimation(id) {} in RSRenderAnimationMock() function in OHOS::Rosen::RSRenderAnimationMock