Home
last modified time | relevance | path

Searched refs:floatingTitleRow (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_pattern_enhance.cpp58 auto floatingTitleRow = GetFloatingTitleRow(); in ShowTitle() local
59 CHECK_NULL_VOID(floatingTitleRow); in ShowTitle()
112 auto floatingLayoutProperty = floatingTitleRow->GetLayoutProperty(); in ShowTitle()
222 auto floatingTitleRow = GetFloatingTitleRow(); in ChangeFloatingTitle() local
223 CHECK_NULL_VOID(floatingTitleRow); in ChangeFloatingTitle()
224 auto floatingContext = floatingTitleRow->GetRenderContext(); in ChangeFloatingTitle()
400 auto floatingTitleRow = GetFloatingTitleRow(); in EnableContainerModalGesture() local
403 EnableTapGestureOnNode(floatingTitleRow, isEnable, "floating title row"); in EnableContainerModalGesture()
412 auto floatingTitleRow = GetFloatingTitleRow(); in GetFloatingTitleVisible() local
413 CHECK_NULL_RETURN(floatingTitleRow, false); in GetFloatingTitleVisible()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp61 auto floatingTitleRow = GetFloatingTitleRow(); in ShowTitle() local
62 CHECK_NULL_VOID(floatingTitleRow); in ShowTitle()
127 auto floatingLayoutProperty = floatingTitleRow->GetLayoutProperty(); in ShowTitle()
161 auto floatingTitleRow = GetFloatingTitleRow(); in InitContainerEvent() local
162 CHECK_NULL_VOID(floatingTitleRow); in InitContainerEvent()
163 auto floatingLayoutProperty = floatingTitleRow->GetLayoutProperty(); in InitContainerEvent()
165 auto floatingContext = floatingTitleRow->GetRenderContext(); in InitContainerEvent()
439 auto floatingTitleRow = GetFloatingTitleRow(); in CanShowFloatingTitle() local
440 CHECK_NULL_RETURN(floatingTitleRow, false); in CanShowFloatingTitle()
569 auto floatingTitleRow = GetFloatingTitleRow(); in SetContainerModalTitleVisible() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_pattern_enhance_test_ng.cpp585 auto floatingTitleRow = GetFloatingTitleRow(); variable
586 EXPECT_NE(floatingTitleRow, nullptr);
587 auto floatingTitleRowEventHub = floatingTitleRow->GetOrCreateGestureEventHub();
609 auto floatingTitleRow = GetFloatingTitleRow(); variable
610 EXPECT_NE(floatingTitleRow, nullptr);
611 auto floatingTitleRowEventHub = floatingTitleRow->GetOrCreateGestureEventHub();