Home
last modified time | relevance | path

Searched refs:gestureRow (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp682 auto gestureRow = containerPattern->GetGestureRow(); variable
683 CHECK_NULL_VOID(gestureRow);
688 auto gestureRowProp = gestureRow->GetLayoutProperty();
718 auto gestureRow = containerPattern->GetGestureRow(); variable
719 CHECK_NULL_VOID(gestureRow);
724 auto gestureRowProp = gestureRow->GetLayoutProperty();
754 auto gestureRow = containerPattern->GetGestureRow(); variable
755 CHECK_NULL_VOID(gestureRow);
760 auto gestureRowProp = gestureRow->GetLayoutProperty();
790 auto gestureRow = containerPattern->GetGestureRow(); variable
[all …]
H A Dcontainer_modal_pattern_enhance_test_ng.cpp598 auto gestureRow = GetGestureRow(); variable
599 EXPECT_NE(gestureRow, nullptr);
600 auto gestureRowEventHub = gestureRow->GetOrCreateGestureEventHub();
622 auto gestureRow = GetGestureRow(); variable
623 EXPECT_NE(gestureRow, nullptr);
624 auto gestureRowEventHub = gestureRow->GetOrCreateGestureEventHub();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_pattern_enhance.cpp126 auto gestureRow = GetGestureRow(); in ShowTitle() local
127 CHECK_NULL_VOID(gestureRow); in ShowTitle()
130 AddPanEvent(gestureRow); in ShowTitle()
402 auto gestureRow = GetGestureRow(); in EnableContainerModalGesture() local
406 EnablePanEventOnNode(gestureRow, isEnable, "gesture row"); in EnableContainerModalGesture()
407 EnableTapGestureOnNode(gestureRow, isEnable, "gesture row"); in EnableContainerModalGesture()
H A Dcontainer_modal_view_enhance.cpp563 …auto gestureRow = FrameNode::CreateFrameNode(V2::ROW_ETS_TAG, ElementRegister::GetInstance()->Make… in BuildGestureRow() local
565 auto renderContext = gestureRow->GetRenderContext(); in BuildGestureRow()
568 SetTapGestureEvent(containerNode, gestureRow); in BuildGestureRow()
569 auto layoutProp = gestureRow->GetLayoutProperty(); in BuildGestureRow()
572 return gestureRow; in BuildGestureRow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp538 auto gestureRow = GetGestureRow(); in UpdateGestureRowVisible() local
539 CHECK_NULL_VOID(gestureRow); in UpdateGestureRowVisible()
544 auto gestureRowProp = gestureRow->GetLayoutProperty(); in UpdateGestureRowVisible()
594 auto gestureRow = GetGestureRow(); in SetContainerModalTitleHeight() local
595 UpdateRowHeight(gestureRow, titleHeight_); in SetContainerModalTitleHeight()