Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h79 OH_NATIVEXCOMPONENT_CANCEL, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__interface__xcomponent_8h.md47 …d), [OH_NATIVEXCOMPONENT_MOVE](_o_h___native_x_component.md), [OH_NATIVEXCOMPONENT_CANCEL](_o_h___…
H A D_o_h___native_x_component.md50 …sp;OH_NATIVEXCOMPONENT_UP,&nbsp;OH_NATIVEXCOMPONENT_MOVE,&nbsp;OH_NATIVEXCOMPONENT_CANCEL,<br/>OH_…
682 | OH_NATIVEXCOMPONENT_CANCEL | 触摸事件取消时触发事件。 |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp206 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_CANCEL; in ConvertNativeXComponentTouchEvent()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__interface__xcomponent_8h.md45 …d), [OH_NATIVEXCOMPONENT_MOVE](_o_h___native_x_component.md), [OH_NATIVEXCOMPONENT_CANCEL](_o_h___…
H A D_o_h___native_x_component.md50 …NT_DOWN = 0, OH_NATIVEXCOMPONENT_UP, OH_NATIVEXCOMPONENT_MOVE, OH_NATIVEXCOMPONENT_CANCEL,<br>OH_N…
680 | OH_NATIVEXCOMPONENT_CANCEL | The event is triggered when a touch event is canceled. |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp96 case OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_CANCEL: in ConvertXComponentTouchType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp89 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_CANCEL; in ConvertNativeXComponentTouchEvent()