Searched refs:animateLayoutProperty (Results 1 – 1 of 1) sorted by relevance
281 auto animateLayoutProperty = animateNode->GetLayoutProperty<ImageLayoutProperty>(); in BuildAnimateNode() local282 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()301 … animateLayoutProperty->UpdateUserDefinedIdealSize(CalcSize(animateNodeWidth, animateNodeHeight)); in BuildAnimateNode()