Searched refs:nextConfirmLayoutProperty (Results 1 – 2 of 2) sorted by relevance
601 auto nextConfirmLayoutProperty = nextConfirmDividerNode->GetLayoutProperty<LayoutProperty>(); in SwitchTimePickerPage() local602 CHECK_NULL_VOID(nextConfirmLayoutProperty); in SwitchTimePickerPage()603 …nextConfirmLayoutProperty->UpdateVisibility(switchFlag_ ? VisibleType::GONE : VisibleType::VISIBLE… in SwitchTimePickerPage()
468 auto nextConfirmLayoutProperty = nextConfirmDividerNode->GetLayoutProperty<LayoutProperty>(); in SwitchTimePickerPage() local469 CHECK_NULL_VOID(nextConfirmLayoutProperty); in SwitchTimePickerPage()470 …nextConfirmLayoutProperty->UpdateVisibility(switchTimePickerFlag_ ? VisibleType::GONE : VisibleTyp… in SwitchTimePickerPage()