Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp41 constexpr int32_t MAX_POINTS = 10; variable
202 std::array<ArkUITouchPoint, MAX_POINTS>& points) in ConvertTouchPointsToPoints()
211 if (i >= MAX_POINTS) { in ConvertTouchPointsToPoints()
234 std::array<ArkUITouchPoint, MAX_POINTS>& points) in ConvertIMMEventToTouchEvent()
253 touchEvent.touchPointSize = tempTouchEvent.pointers.size() < MAX_POINTS ? in ConvertIMMEventToTouchEvent()
254 tempTouchEvent.pointers.size() : MAX_POINTS; in ConvertIMMEventToTouchEvent()
295 std::array<ArkUITouchPoint, MAX_POINTS> points; in GetBaseGestureEvent()
442 std::array<ArkUITouchPoint, MAX_POINTS> points; in SendGestureEvent()
H A Dnode_common_modifier.cpp110 constexpr int32_t MAX_POINTS = 10; variable
6719 if (i >= MAX_POINTS) { in ConvertTouchPointsToPoints()
6780 std::array<ArkUITouchPoint, MAX_POINTS> touchPoints; in SetOnTouch()
6784 if (index >= MAX_POINTS) { in SetOnTouch()
6791 … eventInfo.GetTouches().size() < MAX_POINTS ? eventInfo.GetTouches().size() : MAX_POINTS; in SetOnTouch()
6798 … std::array<std::array<ArkUITouchPoint, MAX_POINTS>, MAX_HISTORY_EVENT_COUNT> allHistoryPoints; in SetOnTouch()
6831 … tempTouchEvent.pointers.size() < MAX_POINTS ? tempTouchEvent.pointers.size() : MAX_POINTS; in SetOnTouch()
6870 std::array<ArkUITouchPoint, MAX_POINTS> touchPoints; in SetOnTouchIntercept()
6874 if (index >= MAX_POINTS) { in SetOnTouchIntercept()
6880 touchEvent.touchEvent.touchPointSize = eventInfo.GetTouches().size() < MAX_POINTS ? in SetOnTouchIntercept()
[all …]