Home
last modified time | relevance | path

Searched refs:imageList (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dimage_animator_modifier.cpp143 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 Dimage_animator_model_ng.cpp53 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 Dimage_model_impl.h75 …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 Dimage_model.h78 virtual void CreateAnimation(const std::vector<ImageProperties>& imageList,
H A Dimage_model_ng.h34 …void CreateAnimation(const std::vector<ImageProperties>& imageList, int32_t duration, int32_t iter…
H A Dimage_model_ng.cpp182 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 Djs_image.cpp807 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 Dadaptive-layout.md749 readonly imageList: Resource [] = [
779 ForEach(this.imageList, (item:Resource) => {
/ohos5.0/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()