Home
last modified time | relevance | path

Searched refs:MAX_EVENT_TREE_TOUCH_DOWN_CNT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_dump_test_ng.cpp25 constexpr int32_t MAX_EVENT_TREE_TOUCH_DOWN_CNT = 10; variable
203 MAX_EVENT_TREE_TOUCH_DOWN_CNT, MAX_EVENT_TREE_TOUCH_POINT_CNT + 1);
259 MAX_EVENT_TREE_TOUCH_DOWN_CNT, MAX_EVENT_TREE_TOUCH_POINT_CNT + 1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp23 constexpr int32_t MAX_EVENT_TREE_TOUCH_DOWN_CNT = 10; variable
189 eventTreeList.back().touchDownCount >= MAX_EVENT_TREE_TOUCH_DOWN_CNT) { in AddTouchPoint()