Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h73 OH_NATIVEXCOMPONENT_DOWN = 0, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__interface__xcomponent_8h.md47 …ative_x_component.md#oh_nativexcomponent_toucheventtype) {<br/>[OH_NATIVEXCOMPONENT_DOWN](_o_h___n…
H A D_o_h___native_x_component.md50 …TouchEventType](#oh_nativexcomponent_toucheventtype)&nbsp;{<br/>OH_NATIVEXCOMPONENT_DOWN&nbsp;=&nb…
679 | OH_NATIVEXCOMPONENT_DOWN | 手指按下时触发触摸事件。 |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp200 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_DOWN; in ConvertNativeXComponentTouchEvent()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__interface__xcomponent_8h.md45 …native_x_component.md#oh_nativexcomponent_toucheventtype) {<br>[OH_NATIVEXCOMPONENT_DOWN](_o_h___n…
H A D_o_h___native_x_component.md50 …onent_TouchEventType](#oh_nativexcomponent_toucheventtype) {<br>OH_NATIVEXCOMPONENT_DOWN = 0, OH_N…
677 | OH_NATIVEXCOMPONENT_DOWN | The touch event is triggered when a finger is pressed. |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp98 case OH_NATIVEXCOMPONENT_DOWN: in ConvertXComponentTouchType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp83 return OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_DOWN; in ConvertNativeXComponentTouchEvent()