Home
last modified time | relevance | path

Searched refs:posterLayoutProperty (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp633 auto posterLayoutProperty = image->GetLayoutProperty<ImageLayoutProperty>(); in OnStartRenderFrameCb() local
634 posterLayoutProperty->UpdateVisibility(VisibleType::INVISIBLE); in OnStartRenderFrameCb()
1020 auto posterLayoutProperty = image->GetLayoutProperty<ImageLayoutProperty>(); in OnModifyDone() local
1021 posterLayoutProperty->UpdateVisibility(VisibleType::INVISIBLE); in OnModifyDone()
1027 auto posterLayoutProperty = image->GetLayoutProperty<ImageLayoutProperty>(); in OnModifyDone() local
1028 posterLayoutProperty->UpdateVisibility(VisibleType::INVISIBLE); in OnModifyDone()
1036 auto posterLayoutProperty = image->GetLayoutProperty<ImageLayoutProperty>(); in OnModifyDone() local
1037 posterLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in OnModifyDone()
1038 posterLayoutProperty->UpdateImageSourceInfo(posterSourceInfo); in OnModifyDone()
1039 posterLayoutProperty in OnModifyDone()
[all...]
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp285 auto posterLayoutProperty = image->GetLayoutProperty<ImageLayoutProperty>(); in UpdateImageNode() local
286 posterLayoutProperty->UpdateVisibility(VisibleType::INVISIBLE); in UpdateImageNode()
294 auto posterLayoutProperty = image->GetLayoutProperty<ImageLayoutProperty>(); in UpdateImageNode() local
295 posterLayoutProperty->UpdateVisibility(VisibleType::INVISIBLE); in UpdateImageNode()
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng_extra_add.cpp1117 auto posterLayoutProperty = image->GetLayoutProperty<ImageLayoutProperty>(); in HWTEST_F() local
1122 EXPECT_NE(posterLayoutProperty->GetVisibilityValue(), VisibleType::INVISIBLE); in HWTEST_F()
1127 EXPECT_EQ(posterLayoutProperty->GetVisibilityValue(), VisibleType::INVISIBLE); in HWTEST_F()
1131 EXPECT_EQ(posterLayoutProperty->GetVisibilityValue(), VisibleType::INVISIBLE); in HWTEST_F()

Completed in 8 milliseconds