Searched refs:imageList (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | image_animator_modifier.cpp | 135 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 D | image_animator_model_ng.cpp | 50 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 D | image_model_impl.h | 74 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 D | image_model.h | 78 virtual void CreateAnimation(const std::vector<ImageProperties>& imageList,
|
H A D | image_model_ng.h | 32 void CreateAnimation(const std::vector<ImageProperties>& imageList, int32_t duration, int32_t iteration) override;
|
H A D | image_model_ng.cpp | 172 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 D | js_image.cpp | 789 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 D | hstream_capture.cpp | 252 std::vector<std::string> imageList = {}; in PrepareBurst() local 253 burstImagesMap_.emplace(captureId, imageList); in PrepareBurst()
|
Completed in 9 milliseconds