Home
last modified time | relevance | path

Searched refs:posterLayoutProperty (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp632 auto posterLayoutProperty = image->GetLayoutProperty<ImageLayoutProperty>(); in OnStartRenderFrameCb() local
633 posterLayoutProperty->UpdateVisibility(VisibleType::INVISIBLE); in OnStartRenderFrameCb()
1022 auto posterLayoutProperty = image->GetLayoutProperty<ImageLayoutProperty>(); in OnModifyDone() local
1023 posterLayoutProperty->UpdateVisibility(VisibleType::INVISIBLE); in OnModifyDone()
1029 auto posterLayoutProperty = image->GetLayoutProperty<ImageLayoutProperty>(); in OnModifyDone() local
1030 posterLayoutProperty->UpdateVisibility(VisibleType::INVISIBLE); in OnModifyDone()
1038 auto posterLayoutProperty = image->GetLayoutProperty<ImageLayoutProperty>(); in OnModifyDone() local
1039 posterLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in OnModifyDone()
1040 posterLayoutProperty->UpdateImageSourceInfo(posterSourceInfo); in OnModifyDone()
1041 posterLayoutProperty->UpdateImageFit(imageFit); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp257 auto posterLayoutProperty = image->GetLayoutProperty<ImageLayoutProperty>(); in UpdateImageNode() local
258 posterLayoutProperty->UpdateVisibility(VisibleType::INVISIBLE); in UpdateImageNode()
266 auto posterLayoutProperty = image->GetLayoutProperty<ImageLayoutProperty>(); in UpdateImageNode() local
267 posterLayoutProperty->UpdateVisibility(VisibleType::INVISIBLE); in UpdateImageNode()