Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_pattern_enhance_test_ng.cpp589 EXPECT_EQ(floatingTitleRowEventHub->IsGestureEmpty(), true);
595 EXPECT_EQ(customTitleRowEventHub->IsGestureEmpty(), true);
602 EXPECT_EQ(gestureRowEventHub->IsGestureEmpty(), true);
613 EXPECT_EQ(floatingTitleRowEventHub->IsGestureEmpty(), false);
619 EXPECT_EQ(customTitleRowEventHub->IsGestureEmpty(), false);
626 EXPECT_EQ(gestureRowEventHub->IsGestureEmpty(), false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h747 bool IsGestureEmpty() const;
H A Dgesture_event_hub.cpp2158 bool GestureEventHub::IsGestureEmpty() const in IsGestureEmpty() function in OHOS::Ace::NG::GestureEventHub