Searched refs:imageList (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | image_animator_modifier.cpp | 143 std::vector<ImageProperties> imageList; in SetImages() local 151 imageList.emplace_back(property); in SetImages() 153 ImageAnimatorModelNG::SetImages(frameNode, imageList); in SetImages() 192 std::vector<ImageProperties> imageList; in SetImageAnimatorSrc() local 208 imageList.emplace_back(property); in SetImageAnimatorSrc() 210 ImageAnimatorModelNG::SetImages(frameNode, imageList); in SetImageAnimatorSrc()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/ |
H A D | image_animator_model_ng.cpp | 53 std::vector<ImageProperties> imageList = images; in SetImages() local 54 GetImageAnimatorPattern()->SetImages(std::move(imageList)); in SetImages() 173 std::vector<ImageProperties> imageList = images; in SetImages() local 175 imageAnimatorPattern->SetImages(std::move(imageList)); in SetImages()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | image_model_impl.h | 75 …void CreateAnimation(const std::vector<ImageProperties>& imageList, int32_t duration, int32_t iter… in CreateAnimation() argument
|
/ohos5.0/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 | 34 …void CreateAnimation(const std::vector<ImageProperties>& imageList, int32_t duration, int32_t iter…
|
H A D | image_model_ng.cpp | 182 void ImageModelNG::CreateAnimation(const std::vector<ImageProperties>& imageList, int32_t duration,… in CreateAnimation() argument 227 std::vector<ImageProperties> images = imageList; in CreateAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_image.cpp | 807 std::vector<ImageProperties> imageList; in CreateImageAnimation() local 811 imageList.push_back(image); in CreateImageAnimation() 813 ImageModel::GetInstance()->CreateAnimation(imageList, duration, iterations); in CreateImageAnimation()
|
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/ |
H A D | adaptive-layout.md | 749 readonly imageList: Resource [] = [ 779 ForEach(this.imageList, (item:Resource) => {
|
/ohos5.0/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()
|