Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_o_h___native_x_component___touch_point.md29OH_NativeXComponent_TouchEventType](_o_h___native_x_component.md#oh_nativexcomponent_toucheventtyp…
H A D_o_h___native_x_component___touch_event.md25OH_NativeXComponent_TouchEventType](_o_h___native_x_component.md#oh_nativexcomponent_toucheventtyp…
H A D_o_h___native_x_component.md50 | [OH_NativeXComponent_TouchEventType](#oh_nativexcomponent_toucheventtype)&nbsp;{<br/>OH_NATIVEXCO…
109 | [OH_NativeXComponent_TouchPoint::type](#type-12)&nbsp;=&nbsp;OH_NativeXComponent_TouchEventType::…
119 | [OH_NativeXComponent_TouchEvent::type](#type-22)&nbsp;=&nbsp;OH_NativeXComponent_TouchEventType::…
667 ### OH_NativeXComponent_TouchEventType subsection
670 enum OH_NativeXComponent_TouchEventType
2159 OH_NativeXComponent_TouchEventType OH_NativeXComponent_TouchPoint::type = OH_NativeXComponent_Touch…
2174 OH_NativeXComponent_TouchEventType OH_NativeXComponent_TouchEvent::type = OH_NativeXComponent_Touch…
H A Dnative__interface__xcomponent_8h.md47 | [OH_NativeXComponent_TouchEventType](_o_h___native_x_component.md#oh_nativexcomponent_toucheventt…
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h82 } OH_NativeXComponent_TouchEventType; typedef
196 OH_NativeXComponent_TouchEventType type;
223 OH_NativeXComponent_TouchEventType type;
247 OH_NativeXComponent_TouchEventType type;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp187 ohTouchPoint.type = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN; in SetTouchPoint()
196 OH_NativeXComponent_TouchEventType RenderXComponent::ConvertNativeXComponentTouchEvent(const TouchT… in ConvertNativeXComponentTouchEvent()
200 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_DOWN; in ConvertNativeXComponentTouchEvent()
202 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UP; in ConvertNativeXComponentTouchEvent()
204 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_MOVE; in ConvertNativeXComponentTouchEvent()
206 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_CANCEL; in ConvertNativeXComponentTouchEvent()
208 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN; in ConvertNativeXComponentTouchEvent()
H A Drender_xcomponent.h129OH_NativeXComponent_TouchEventType ConvertNativeXComponentTouchEvent(const TouchType& touchType);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_o_h___native_x_component___touch_event.md28 | [type](_o_h___native_x_component.md#type-22) = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMP…
H A D_o_h___native_x_component___touch_point.md28 | [type](_o_h___native_x_component.md#type-12) = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMP…
H A D_o_h___native_x_component.md50 | [OH_NativeXComponent_TouchEventType](#oh_nativexcomponent_toucheventtype) {<br>OH_NATIVEXCOMPONEN…
107 | [OH_NativeXComponent_TouchPoint::type](#type-12) = OH_NativeXComponent_TouchEventType::OH_NATIVEX…
117 | [OH_NativeXComponent_TouchEvent::type](#type-22) = OH_NativeXComponent_TouchEventType::OH_NATIVEX…
665 ### OH_NativeXComponent_TouchEventType subsection
668 enum OH_NativeXComponent_TouchEventType
2101 OH_NativeXComponent_TouchEventType OH_NativeXComponent_TouchPoint::type = OH_NativeXComponent_Touch…
2116 OH_NativeXComponent_TouchEventType OH_NativeXComponent_TouchEvent::type = OH_NativeXComponent_Touch…
H A Dnative__interface__xcomponent_8h.md45 | [OH_NativeXComponent_TouchEventType](_o_h___native_x_component.md#oh_nativexcomponent_toucheventt…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp79 OH_NativeXComponent_TouchEventType ConvertNativeXComponentTouchEvent(const TouchType& touchType) in ConvertNativeXComponentTouchEvent()
83 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_DOWN; in ConvertNativeXComponentTouchEvent()
85 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UP; in ConvertNativeXComponentTouchEvent()
87 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_MOVE; in ConvertNativeXComponentTouchEvent()
89 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_CANCEL; in ConvertNativeXComponentTouchEvent()
91 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN; in ConvertNativeXComponentTouchEvent()
1253 ohTouchPoint.type = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN; in SetTouchPoint()
1273 point.type = static_cast<OH_NativeXComponent_TouchEventType>(item.GetTouchType()); in SetHistoryPoint()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp93 TouchType ConvertXComponentTouchType(const OH_NativeXComponent_TouchEventType& type) in ConvertXComponentTouchType()
96 case OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_CANCEL: in ConvertXComponentTouchType()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md466 …if (render != nullptr && touchEvent.type == OH_NativeXComponent_TouchEventType::OH_NativeXComponen…
/ohos5.0/docs/en/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md466 …if (render != nullptr && touchEvent.type == OH_NativeXComponent_TouchEventType::OH_NativeXComponen…