Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp281 auto animateLayoutProperty = animateNode->GetLayoutProperty<ImageLayoutProperty>(); in BuildAnimateNode() local
282 CHECK_NULL_RETURN(animateLayoutProperty, nullptr); in BuildAnimateNode()
283 animateLayoutProperty->UpdateMeasureType(MeasureType::MATCH_PARENT); in BuildAnimateNode()
284 animateLayoutProperty->UpdateImageSourceInfo(testImageSource); in BuildAnimateNode()
285 animateLayoutProperty->UpdateImageFit(ImageFit::FILL); in BuildAnimateNode()
301animateLayoutProperty->UpdateUserDefinedIdealSize(CalcSize(animateNodeWidth, animateNodeHeight)); in BuildAnimateNode()