Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/
H A Dimage_animator_test_ng.cpp401 imageAnimatorPattern->OnModifyDone();
411 imageAnimatorPattern->OnModifyDone();
423 imageAnimatorPattern->OnModifyDone();
437 imageAnimatorPattern->OnModifyDone();
496 imageAnimatorPattern->OnModifyDone();
557 imageAnimatorPattern->OnModifyDone();
568 imageAnimatorPattern->OnModifyDone();
638 imageAnimatorPattern->OnModifyDone();
648 imageAnimatorPattern->OnModifyDone();
758 …auto pictureAnimation = imageAnimatorPattern->CreatePictureAnimation(imageAnimatorPattern->images_…
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_model_ng.cpp174 auto imageAnimatorPattern = AceType::DynamicCast<ImageAnimatorPattern>(frameNode->GetPattern()); in SetImages() local
175 imageAnimatorPattern->SetImages(std::move(imageList)); in SetImages()