Home
last modified time | relevance | path

Searched refs:UIImageAnimatorView (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_animator.cpp19 UIImageAnimatorView::UIImageAnimatorView() in UIImageAnimatorView() function in OHOS::UIImageAnimatorView
36 UIImageAnimatorView::~UIImageAnimatorView() {} in ~UIImageAnimatorView()
38 void UIImageAnimatorView::ImageAnimatorCallback::Callback(UIView* view) in Callback()
43 UIImageAnimatorView* imageAnimatorView = static_cast<UIImageAnimatorView*>(view); in Callback()
83 void UIImageAnimatorView::UpdateImage(uint8_t& drawingImage, uint8_t& loop) in UpdateImage()
106 void UIImageAnimatorView::SetImageAnimatorSrc(const ImageAnimatorInfo imageAnimatorInfoSrc[], uint8_t imageNum) in SetImageAnimatorSrc()
111 void UIImageAnimatorView
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/
H A Dimage_animator_tdd_test.cpp282 UIImageAnimatorView *animator = reinterpret_cast<UIImageAnimatorView *>(wrapper->GetChildrenHead()); in ImageAnimatorTest001()
311 UIImageAnimatorView *animator = reinterpret_cast<UIImageAnimatorView *>(wrapper->GetChildrenHead()); in ImageAnimatorTest002()
339 UIImageAnimatorView *animator = reinterpret_cast<UIImageAnimatorView *>(wrapper->GetChildrenHead()); in ImageAnimatorTest003()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_animator.h72 class UIImageAnimatorView : public UIImageView { class
75 * @brief A constructor used to create a <b>UIImageAnimatorView</b> instance.
80 UIImageAnimatorView();
83 * @brief A destructor used to delete the <b>UIImageAnimatorView</b> instance.
88 virtual ~UIImageAnimatorView();
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dimage_animator_component.h25 class ImageAnimatorStopListener final : public UIImageAnimatorView::AnimatorStopListener {
76 UIImageAnimatorView* GetImageAnimator() const in GetImageAnimator()
103 UIImageAnimatorView *imageAnimator_;
H A Dimage_animator_component.cpp63 imageAnimator_ = new UIImageAnimatorView(); in CreateNativeViews()
332 UIImageAnimatorView *animator = component->GetImageAnimator(); in StartAnimator()
353 UIImageAnimatorView *animator = component->GetImageAnimator(); in PauseAnimator()
374 UIImageAnimatorView *animator = component->GetImageAnimator(); in ResumeAnimator()
395 UIImageAnimatorView *animator = component->GetImageAnimator(); in StopAnimator()
416 UIImageAnimatorView *animator = component->GetImageAnimator(); in GetAnimatorState()
/foundation/arkui/ui_lite/test/uitest/test_image_animator/
H A Dui_test_image_animator.h27 class TestAnimatorStopListener : public UIImageAnimatorView::AnimatorStopListener {
100 UIImageAnimatorView* imageAnimator_ = nullptr;
H A Dui_test_image_animator.cpp63 imageAnimator_ = new UIImageAnimatorView(); in SetUp()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_animator_unit_test.cpp36 static UIImageAnimatorView* imageAnimator_;
39 UIImageAnimatorView* UIImageAnimatorViewTest::imageAnimator_ = nullptr;
44 imageAnimator_ = new UIImageAnimatorView(); in SetUpTestCase()
/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.h111 UIImageAnimatorView* CreateTestCaseUIImageAnimator(const ImageAnimatorInfo imageAnimatorInfo[],
H A Dui_test_opacity.cpp268 UIImageAnimatorView* UITestOpacity::CreateTestCaseUIImageAnimator(const ImageAnimatorInfo imageAnimatorInfo[], in CreateTestCaseUIImageAnimator()
271 UIImageAnimatorView* imageAnimator = new UIImageAnimatorView(); in CreateTestCaseUIImageAnimator()
285 UIImageAnimatorView* imageAnimator = CreateTestCaseUIImageAnimator(g_imageAnimatorInfo, 200); // 200: opacity in UIKitOpacityTestUIImageAnimator001()
287 UIImageAnimatorView* imageAnimator2 = CreateTestCaseUIImageAnimator(g_imageAnimatorInfo2, 100); // 100: opacity in UIKitOpacityTestUIImageAnimator001()
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H A Dui_test_border_margin_padding.cpp564 AddTitle("UIImageAnimatorView"); in UIKitUITestBorderMarginPaddingTest010()
565 UIImageAnimatorView* imageAnimator = new UIImageAnimatorView(); in UIKitUITestBorderMarginPaddingTest010()

Completed in 7 milliseconds