Searched refs:RSPathAnimationMock (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_supplement_test.cpp | 334 class RSPathAnimationMock : public RSPathAnimation { class 339 RSPathAnimationMock(std::shared_ptr<RSPropertyBase> property, const std::string& path, in RSPathAnimationMock() function in OHOS::Rosen::RSPathAnimationMock 343 ~RSPathAnimationMock() = default; 395 auto animation = std::make_shared<RSPathAnimationMock>(property, path); 426 auto animation2 = std::make_shared<RSPathAnimationMock>(property, "abc", startValue, endValue); 796 auto animation = std::make_shared<RSPathAnimationMock>(property, "abc", startValue, endValue); 831 auto animation1 = std::make_shared<RSPathAnimationMock>(property, path); 891 std::shared_ptr<RSPathAnimationMock> animation1 = 892 std::make_shared<RSPathAnimationMock>(property, "abc", startValue, endValue); 893 std::shared_ptr<RSPathAnimationMock> animation2 = [all …]
|