Searched refs:cancelImageLayoutProperty (Results 1 – 3 of 3) sorted by relevance
1154 auto cancelImageLayoutProperty = imageFNode->GetLayoutProperty<ImageLayoutProperty>(); variable1156 …ASSERT_STREQ(cancelImageLayoutProperty->GetImageSourceInfo()->GetSrc().c_str(), "resource:///ohos_…
72 auto cancelImageLayoutProperty = cancelImageFrameNode->GetLayoutProperty<ImageLayoutProperty>(); variable521 auto cancelImageLayoutProperty = cancelImageFrameNode->GetLayoutProperty<ImageLayoutProperty>(); variable
1508 … auto cancelImageLayoutProperty = cancelImageFrameNode->GetLayoutProperty<ImageLayoutProperty>(); in ToJsonValueForCancelButton() local1509 CHECK_NULL_VOID(cancelImageLayoutProperty); in ToJsonValueForCancelButton()1516 auto cancelImageSrc = cancelImageLayoutProperty->GetImageSourceInfo()->GetSrc(); in ToJsonValueForCancelButton()