Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_image_animator/
H A Dui_test_image_animator.h27 class TestAnimatorStopListener : public UIImageAnimatorView::AnimatorStopListener {
29 explicit TestAnimatorStopListener(UIViewGroup* viewGroup) : viewGroup_(viewGroup) in TestAnimatorStopListener() function
33 ~TestAnimatorStopListener() {} in ~TestAnimatorStopListener()
101 TestAnimatorStopListener* listener_ = nullptr;
H A Dui_test_image_animator.cpp67 listener_ = new TestAnimatorStopListener(container_); in SetUp()