Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h103 bool isMouseTouchTest = false; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp1202 touchRestrict.touchEvent.isMouseTouchTest = true; in MouseTest()
1212 touchRestrict.touchEvent.isMouseTouchTest = true; in MouseTest()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng_new.cpp903 EXPECT_TRUE(touchRestrict.touchEvent.isMouseTouchTest);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp2674 if (!touchRestrict.touchEvent.isMouseTouchTest) { in TouchTest()