Searched refs:OH_NATIVEXCOMPONENT_CANCEL (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_xcomponent.h | 79 OH_NATIVEXCOMPONENT_CANCEL, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__interface__xcomponent_8h.md | 47 …d), [OH_NATIVEXCOMPONENT_MOVE](_o_h___native_x_component.md), [OH_NATIVEXCOMPONENT_CANCEL](_o_h___…
|
H A D | _o_h___native_x_component.md | 50 …sp;OH_NATIVEXCOMPONENT_UP, OH_NATIVEXCOMPONENT_MOVE, OH_NATIVEXCOMPONENT_CANCEL,<br/>OH_… 682 | OH_NATIVEXCOMPONENT_CANCEL | 触摸事件取消时触发事件。 |
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 206 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_CANCEL; in ConvertNativeXComponentTouchEvent()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__interface__xcomponent_8h.md | 45 …d), [OH_NATIVEXCOMPONENT_MOVE](_o_h___native_x_component.md), [OH_NATIVEXCOMPONENT_CANCEL](_o_h___…
|
H A D | _o_h___native_x_component.md | 50 …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 D | xcomponent_test_ng.cpp | 96 case OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_CANCEL: in ConvertXComponentTouchType()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 89 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_CANCEL; in ConvertNativeXComponentTouchEvent()
|