Searched refs:OH_NativeXComponent_TouchEventType (Results 1 – 15 of 15) sorted by relevance
29 …OH_NativeXComponent_TouchEventType](_o_h___native_x_component.md#oh_nativexcomponent_toucheventtyp…
25 …OH_NativeXComponent_TouchEventType](_o_h___native_x_component.md#oh_nativexcomponent_toucheventtyp…
50 | [OH_NativeXComponent_TouchEventType](#oh_nativexcomponent_toucheventtype) {<br/>OH_NATIVEXCO…109 | [OH_NativeXComponent_TouchPoint::type](#type-12) = OH_NativeXComponent_TouchEventType::…119 | [OH_NativeXComponent_TouchEvent::type](#type-22) = OH_NativeXComponent_TouchEventType::…667 ### OH_NativeXComponent_TouchEventType subsection670 enum OH_NativeXComponent_TouchEventType2159 OH_NativeXComponent_TouchEventType OH_NativeXComponent_TouchPoint::type = OH_NativeXComponent_Touch…2174 OH_NativeXComponent_TouchEventType OH_NativeXComponent_TouchEvent::type = OH_NativeXComponent_Touch…
47 | [OH_NativeXComponent_TouchEventType](_o_h___native_x_component.md#oh_nativexcomponent_toucheventt…
82 } OH_NativeXComponent_TouchEventType; typedef196 OH_NativeXComponent_TouchEventType type;223 OH_NativeXComponent_TouchEventType type;247 OH_NativeXComponent_TouchEventType type;
187 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()
129 … OH_NativeXComponent_TouchEventType ConvertNativeXComponentTouchEvent(const TouchType& touchType);
28 | [type](_o_h___native_x_component.md#type-22) = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMP…
28 | [type](_o_h___native_x_component.md#type-12) = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMP…
50 | [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 subsection668 enum OH_NativeXComponent_TouchEventType2101 OH_NativeXComponent_TouchEventType OH_NativeXComponent_TouchPoint::type = OH_NativeXComponent_Touch…2116 OH_NativeXComponent_TouchEventType OH_NativeXComponent_TouchEvent::type = OH_NativeXComponent_Touch…
45 | [OH_NativeXComponent_TouchEventType](_o_h___native_x_component.md#oh_nativexcomponent_toucheventt…
79 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()
93 TouchType ConvertXComponentTouchType(const OH_NativeXComponent_TouchEventType& type) in ConvertXComponentTouchType()96 case OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_CANCEL: in ConvertXComponentTouchType()
466 …if (render != nullptr && touchEvent.type == OH_NativeXComponent_TouchEventType::OH_NativeXComponen…