Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp27 constexpr int32_t MAX_EVENT_TREE_GESTURE_CNT = 100; variable
243 if (gestureMap.size() > MAX_EVENT_TREE_GESTURE_CNT) { in AddGestureSnapshot()