Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.h228 if (pointIndex >= OH_MAX_TOUCH_POINTS_NUMBER || pointIndex >= touchPoints_.size()) { in SetToolType()
236 if (pointIndex >= OH_MAX_TOUCH_POINTS_NUMBER || pointIndex >= touchPoints_.size()) { in GetToolType()
244 if (pointIndex >= OH_MAX_TOUCH_POINTS_NUMBER || pointIndex >= touchPoints_.size()) { in GetTiltX()
252 if (pointIndex >= OH_MAX_TOUCH_POINTS_NUMBER || pointIndex >= touchPoints_.size()) { in GetTiltY()
260 if (pointIndex >= OH_MAX_TOUCH_POINTS_NUMBER || pointIndex >= touchPoints_.size()) { in GetWindowX()
268 if (pointIndex >= OH_MAX_TOUCH_POINTS_NUMBER || pointIndex >= touchPoints_.size()) { in GetWindowY()
276 if (pointIndex >= OH_MAX_TOUCH_POINTS_NUMBER || pointIndex >= touchPoints_.size()) { in GetDisplayX()
284 if (pointIndex >= OH_MAX_TOUCH_POINTS_NUMBER || pointIndex >= touchPoints_.size()) { in GetDisplayY()
H A Drender_xcomponent.cpp153 …touchInfoList.size() <= OH_MAX_TOUCH_POINTS_NUMBER ? touchInfoList.size() : OH_MAX_TOUCH_POINTS_NU… in SetTouchPoint()
156 …terator = touchInfoList.begin(); iterator != touchInfoList.end() && i < OH_MAX_TOUCH_POINTS_NUMBER; in SetTouchPoint()
180 while (i < OH_MAX_TOUCH_POINTS_NUMBER) { in SetTouchPoint()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h54 const uint32_t OH_MAX_TOUCH_POINTS_NUMBER = 10; variable
257 OH_NativeXComponent_TouchPoint touchPoints[OH_MAX_TOUCH_POINTS_NUMBER];
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_o_h___native_x_component___touch_event.md30 …t.md) [touchPoints](_o_h___native_x_component.md#touchpoints) [OH_MAX_TOUCH_POINTS_NUMBER] | 当前触摸…
H A D_o_h___native_x_component.md103 | **OH_MAX_TOUCH_POINTS_NUMBER**&nbsp;=&nbsp;10 | 触摸事件中的可识别的触摸点个数最大值。 |
124 | [OH_NativeXComponent_TouchEvent::touchPoints](#touchpoints)&nbsp;[OH_MAX_TOUCH_POINTS_NUMBER] | 当…
1708 ### OH_MAX_TOUCH_POINTS_NUMBER subsection
1711 const uint32_t OH_MAX_TOUCH_POINTS_NUMBER = 10
2144 …NativeXComponent_TouchPoint OH_NativeXComponent_TouchEvent::touchPoints[OH_MAX_TOUCH_POINTS_NUMBER]
H A Dnative__interface__xcomponent_8h.md97 | const uint32_t **OH_MAX_TOUCH_POINTS_NUMBER** = 10 | 触摸事件中的可识别的触摸点个数最大值。|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_o_h___native_x_component___touch_event.md33 | [touchPoints](_o_h___native_x_component.md#touchpoints) [OH_MAX_TOUCH_POINTS_NUMBER] | Array of t…
H A D_o_h___native_x_component.md101 | **OH_MAX_TOUCH_POINTS_NUMBER** = 10 | Maximum number of identifiable touch points in a touch even…
122 | [OH_NativeXComponent_TouchEvent::touchPoints](#touchpoints) [OH_MAX_TOUCH_POINTS_NUMBER] | Array …
1678 ### OH_MAX_TOUCH_POINTS_NUMBER subsection
1681 const uint32_t OH_MAX_TOUCH_POINTS_NUMBER = 10
2086 …NativeXComponent_TouchPoint OH_NativeXComponent_TouchEvent::touchPoints[OH_MAX_TOUCH_POINTS_NUMBER]
H A Dnative__interface__xcomponent_8h.md93 | const uint32_t **OH_MAX_TOUCH_POINTS_NUMBER** = 10 | Maximum number of identifiable touch point…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp463 …for (int i = 0; i < static_cast<int>(OH_MAX_TOUCH_POINTS_NUMBER) + 1; i++) { // over the OH_MAX_TO…
469 EXPECT_EQ(pattern->nativeXComponentTouchPoints_.size(), OH_MAX_TOUCH_POINTS_NUMBER);
470 for (int i = 0; i < static_cast<int>(OH_MAX_TOUCH_POINTS_NUMBER); i++) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1213 …touchInfoList.size() <= OH_MAX_TOUCH_POINTS_NUMBER ? touchInfoList.size() : OH_MAX_TOUCH_POINTS_NU… in SetTouchPoint()
1216 …tor = touchInfoList.begin(); iterator != touchInfoList.end() && index < OH_MAX_TOUCH_POINTS_NUMBER; in SetTouchPoint()
1246 while (index < OH_MAX_TOUCH_POINTS_NUMBER) { in SetTouchPoint()