Home
last modified time | relevance | path

Searched refs:customTitleRow (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_pattern_enhance.cpp56 auto customTitleRow = GetCustomTitleRow(); in ShowTitle() local
57 CHECK_NULL_VOID(customTitleRow); in ShowTitle()
107 auto customTitleLayoutProperty = customTitleRow->GetLayoutProperty(); in ShowTitle()
129 AddPanEvent(customTitleRow); in ShowTitle()
401 auto customTitleRow = GetCustomTitleRow(); in EnableContainerModalGesture() local
404 EnablePanEventOnNode(customTitleRow, isEnable, "custom title row"); in EnableContainerModalGesture()
405 EnableTapGestureOnNode(customTitleRow, isEnable, "custom title row"); in EnableContainerModalGesture()
421 auto customTitleRow = GetCustomTitleRow(); in GetCustomTitleVisible() local
422 CHECK_NULL_RETURN(customTitleRow, false); in GetCustomTitleVisible()
423 auto customTitleRowProp = customTitleRow->GetLayoutProperty(); in GetCustomTitleVisible()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp59 auto customTitleRow = GetCustomTitleRow(); in ShowTitle() local
60 CHECK_NULL_VOID(customTitleRow); in ShowTitle()
540 auto customTitleRow = GetCustomTitleRow(); in UpdateGestureRowVisible() local
541 CHECK_NULL_VOID(customTitleRow); in UpdateGestureRowVisible()
560 auto customTitleRow = GetCustomTitleRow(); in SetContainerModalTitleVisible() local
561 CHECK_NULL_VOID(customTitleRow); in SetContainerModalTitleVisible()
590 auto customTitleRow = GetCustomTitleRow(); in SetContainerModalTitleHeight() local
591 UpdateRowHeight(customTitleRow, titleHeight_); in SetContainerModalTitleHeight()
840 auto customTitleRow = GetCustomTitleRow(); in GetCustomTitleHeight() local
842 CHECK_NULL_RETURN(customTitleRow, zeroHeight); in GetCustomTitleHeight()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp684 auto customTitleRow = containerPattern->GetCustomTitleRow(); variable
685 CHECK_NULL_VOID(customTitleRow);
689 auto customTitleRowProp = customTitleRow->GetLayoutProperty();
720 auto customTitleRow = containerPattern->GetCustomTitleRow(); variable
721 CHECK_NULL_VOID(customTitleRow);
756 auto customTitleRow = containerPattern->GetCustomTitleRow(); variable
757 CHECK_NULL_VOID(customTitleRow);
792 auto customTitleRow = containerPattern->GetCustomTitleRow(); variable
793 CHECK_NULL_VOID(customTitleRow);
862 auto customTitleRow = pattern_->GetCustomTitleRow(); variable
[all …]
H A Dcontainer_modal_pattern_enhance_test_ng.cpp591 auto customTitleRow = GetCustomTitleRow(); variable
592 EXPECT_NE(customTitleRow, nullptr);
593 auto customTitleRowEventHub = customTitleRow->GetOrCreateGestureEventHub();
615 auto customTitleRow = GetCustomTitleRow(); variable
616 EXPECT_NE(customTitleRow, nullptr);
617 auto customTitleRowEventHub = customTitleRow->GetOrCreateGestureEventHub();