Home
last modified time | relevance | path

Searched refs:buttonsRow (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp542 auto buttonsRow = GetControlButtonRow(); in UpdateGestureRowVisible() local
543 CHECK_NULL_VOID(buttonsRow); in UpdateGestureRowVisible()
576 auto buttonsRow = GetControlButtonRow(); in SetContainerModalTitleVisible() local
577 CHECK_NULL_VOID(buttonsRow); in SetContainerModalTitleVisible()
727 auto buttonsRow = GetControlButtonRow(); in InitLayoutProperty() local
728 CHECK_NULL_VOID(buttonsRow); in InitLayoutProperty()
809 auto buttonsRow = GetControlButtonRow(); in InitButtonsLayoutProperty() local
810 CHECK_NULL_VOID(buttonsRow); in InitButtonsLayoutProperty()
812 auto buttons = buttonsRow->GetChildren(); in InitButtonsLayoutProperty()
860 auto buttonsRow = GetControlButtonRow(); in CanShowCustomTitle() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp625 auto buttonsRow = pattern_->GetControlButtonRow(); variable
626 ASSERT_NE(buttonsRow, nullptr);
627 auto children = buttonsRow->GetChildren();
687 CHECK_NULL_VOID(buttonsRow);
690 auto buttonsRowProp = buttonsRow->GetLayoutProperty();
723 CHECK_NULL_VOID(buttonsRow);
726 auto buttonsRowProp = buttonsRow->GetLayoutProperty();
759 CHECK_NULL_VOID(buttonsRow);
762 auto buttonsRowProp = buttonsRow->GetLayoutProperty();
795 CHECK_NULL_VOID(buttonsRow);
[all …]