Searched refs:nextConfirmDividerProperty (Results 1 – 2 of 2) sorted by relevance
527 auto nextConfirmDividerProperty = nextConfirmDividerNode->GetLayoutProperty<LayoutProperty>(); in CreateButtonNodeForAging() local528 nextConfirmDividerProperty->UpdateVisibility(VisibleType::GONE); in CreateButtonNodeForAging()
693 auto nextConfirmDividerProperty = nextConfirmDividerNode->GetLayoutProperty<LayoutProperty>(); in CreateButtonNodeForAging() local694 CHECK_NULL_RETURN(nextConfirmDividerProperty, nullptr); in CreateButtonNodeForAging()695 nextConfirmDividerProperty->UpdateVisibility(VisibleType::GONE); in CreateButtonNodeForAging()