Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng.cpp306 auto flag = gestureEventHub->ActLongClick();
316 EXPECT_FALSE(gestureEventHub->ActLongClick());
327 EXPECT_TRUE(gestureEventHub->ActLongClick());
343 flag = gestureEventHub->ActLongClick();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h383 bool ActLongClick();
H A Dgesture_event_hub.cpp1542 bool GestureEventHub::ActLongClick() in ActLongClick() function in OHOS::Ace::NG::GestureEventHub
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_test_ng.cpp1511 gestureHub->ActLongClick();
1527 gestureHub->ActLongClick();
1531 gestureHub->ActLongClick();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp2001 bool ActLongClick(RefPtr<NG::FrameNode>& frameNode) in ActLongClick() function
2005 return gesture->ActLongClick(); in ActLongClick()
4607 result = ActLongClick(frameNode); in ConvertActionTypeToBoolen()