Home
last modified time | relevance | path

Searched refs:imageList (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dimage_animator_modifier.cpp135 std::vector<ImageProperties> imageList; in SetImages() local
143 imageList.emplace_back(property); in SetImages()
145 ImageAnimatorModelNG::SetImages(frameNode, imageList); in SetImages()
184 std::vector<ImageProperties> imageList; in SetImageAnimatorSrc() local
200 imageList.emplace_back(property); in SetImageAnimatorSrc()
202 ImageAnimatorModelNG::SetImages(frameNode, imageList); in SetImageAnimatorSrc()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_model_ng.cpp50 std::vector<ImageProperties> imageList = images; in SetImages() local
51 GetImageAnimatorPattern()->SetImages(std::move(imageList)); in SetImages()
170 std::vector<ImageProperties> imageList = images; in SetImages() local
172 imageAnimatorPattern->SetImages(std::move(imageList)); in SetImages()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dimage_model_impl.h74 void CreateAnimation(const std::vector<ImageProperties>& imageList, int32_t duration, int32_t iteration) override {}
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model.h78 virtual void CreateAnimation(const std::vector<ImageProperties>& imageList,
H A Dimage_model_ng.h32 void CreateAnimation(const std::vector<ImageProperties>& imageList, int32_t duration, int32_t iteration) override;
H A Dimage_model_ng.cpp172 void ImageModelNG::CreateAnimation(const std::vector<ImageProperties>& imageList, int32_t duration, int32_t iteration) in CreateAnimation() argument
217 std::vector<ImageProperties> images = imageList; in CreateAnimation()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image.cpp789 std::vector<ImageProperties> imageList; in CreateImageAnimation() local
793 imageList.push_back(image); in CreateImageAnimation()
795 ImageModel::GetInstance()->CreateAnimation(imageList, duration, iterations); in CreateImageAnimation()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp252 std::vector<std::string> imageList = {}; in PrepareBurst() local
253 burstImagesMap_.emplace(captureId, imageList); in PrepareBurst()

Completed in 9 milliseconds