Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dpan_event.h117 bool IsPanEventEmpty() const in IsPanEventEmpty() function
H A Dgesture_event_hub.h749 bool IsPanEventEmpty() const;
H A Dgesture_event_hub.cpp2163 bool GestureEventHub::IsPanEventEmpty() const in IsPanEventEmpty() function in OHOS::Ace::NG::GestureEventHub
2166 return panEventActuator_->IsPanEventEmpty(); in IsPanEventEmpty()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_pattern_enhance_test_ng.cpp596 EXPECT_EQ(customTitleRowEventHub->IsPanEventEmpty(), true);
603 EXPECT_EQ(gestureRowEventHub->IsPanEventEmpty(), true);
620 EXPECT_EQ(customTitleRowEventHub->IsPanEventEmpty(), false);
627 EXPECT_EQ(gestureRowEventHub->IsPanEventEmpty(), false);