Searched refs:divideLayoutProperty (Results 1 – 1 of 1) sorted by relevance
578 auto divideLayoutProperty = divideNode->GetLayoutProperty<LayoutProperty>(); in SwitchContentRowButton() local579 CHECK_NULL_VOID(divideLayoutProperty); in SwitchContentRowButton()580 divideLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in SwitchContentRowButton()609 auto divideLayoutProperty = divideNode->GetLayoutProperty<LayoutProperty>(); in ShowContentRowButton() local610 CHECK_NULL_VOID(divideLayoutProperty); in ShowContentRowButton()611 divideLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in ShowContentRowButton()631 auto divideLayoutProperty = divideNode->GetLayoutProperty<LayoutProperty>(); in ShowContentRowButton() local632 CHECK_NULL_VOID(divideLayoutProperty); in ShowContentRowButton()633 divideLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in ShowContentRowButton()