Home
last modified time | relevance | path

Searched refs:GetIsAnimation (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image.cpp128 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetAlt()
191 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetMatchTextDirection()
199 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetFitOriginalSize()
458 if (ImageModel::GetInstance()->GetIsAnimation()) { in JsImageResizable()
526 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetSourceSize()
534 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetImageFill()
557 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetImageRenderMode()
578 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetImageInterpolation()
633 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetAutoResize()
641 if (ImageModel::GetInstance()->GetIsAnimation()) { in SetSyncLoad()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testtwo_ng.cpp559 EXPECT_EQ(imagePattern->GetIsAnimation(), true);
670 EXPECT_EQ(imagePattern->GetIsAnimation(), true);
829 EXPECT_EQ(imagePattern->GetIsAnimation(), true);
836 EXPECT_EQ(imagePattern->GetIsAnimation(), false);
843 EXPECT_EQ(imagePattern->GetIsAnimation(), false);
850 EXPECT_EQ(imagePattern->GetIsAnimation(), true);
1316 EXPECT_EQ(imagePattern->GetIsAnimation(), true);
1336 EXPECT_EQ(imagePattern->GetIsAnimation(), false);
H A Dimage_testthree_ng.cpp103 EXPECT_EQ(imagePattern->GetIsAnimation(), false);
127 EXPECT_EQ(imagePattern->GetIsAnimation(), true);
833 EXPECT_EQ(imagePattern->GetIsAnimation(), false);
857 EXPECT_EQ(imagePattern->GetIsAnimation(), true);
H A Dimage_testone_ng.cpp1685 bool isAnimation = image.GetIsAnimation(); in ImageModelNGTest001_MixedProperties02()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dimage_model_impl.h76 bool GetIsAnimation() override;
H A Dimage_model_impl.cpp259 bool ImageModelImpl::GetIsAnimation() in GetIsAnimation() function in OHOS::Ace::Framework::ImageModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_layout_algorithm.cpp181 CHECK_EQUAL_RETURN(pattern->GetIsAnimation(), true, true); in IsImageAnimationLayout()
H A Dimage_model.h109 virtual bool GetIsAnimation() = 0;
H A Dimage_model_ng.cpp81 if (src.empty() && !pixMap && pattern->GetIsAnimation()) { in Create()
204 if (!pattern->GetIsAnimation()) { in CreateAnimation()
979 bool ImageModelNG::GetIsAnimation() in GetIsAnimation() function in OHOS::Ace::NG::ImageModelNG
983 return pattern->GetIsAnimation(); in GetIsAnimation()
H A Dimage_model_ng.h35 bool GetIsAnimation() override;
H A Dimage_pattern.h279 bool GetIsAnimation() const in GetIsAnimation() function
H A Dimage_pattern.cpp624 if (!isLayouted_ && GetIsAnimation()) { in OnDirtyLayoutWrapperSwap()
1090 if (GetIsAnimation() && !animator_->IsStopped()) { in OnVisibleAreaChange()
1122 if (GetIsAnimation()) { in OnAttachToFrameNode()