Searched refs:nextButtonLayoutProperty (Results 1 – 1 of 1) sorted by relevance
559 auto nextButtonLayoutProperty = nextButton->GetLayoutProperty<ButtonLayoutProperty>(); in SwitchContentRowButton() local560 CHECK_NULL_VOID(nextButtonLayoutProperty); in SwitchContentRowButton()566 nextButtonLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in SwitchContentRowButton()567 UpdateNextButtonMargin(nextButtonLayoutProperty); in SwitchContentRowButton()581 nextButtonLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in SwitchContentRowButton()587 UpdateConfirmButtonMargin(nextButtonLayoutProperty, dialogTheme); in SwitchContentRowButton()614 auto nextButtonLayoutProperty = nextButton->GetLayoutProperty<LayoutProperty>(); in ShowContentRowButton() local615 CHECK_NULL_VOID(nextButtonLayoutProperty); in ShowContentRowButton()616 nextButtonLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in ShowContentRowButton()