Home
last modified time | relevance | path

Searched refs:OH_NATIVEXCOMPONENT_KEY_ACTION_UP (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h385 OH_NATIVEXCOMPONENT_KEY_ACTION_UP, enumerator
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md25 …PONENT_KEY_ACTION_DOWN](_o_h___native_x_component.md) = 0, [OH_NATIVEXCOMPONENT_KEY_ACTION_UP](_o_…
H A D_o_h___native_x_component.md56 …TION_UNKNOWN = -1, OH_NATIVEXCOMPONENT_KEY_ACTION_DOWN = 0, OH_NATIVEXCOMPONENT_KEY_ACTION_UP } | …
264 | OH_NATIVEXCOMPONENT_KEY_ACTION_UP | Button release. |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md25 …PONENT_KEY_ACTION_DOWN](_o_h___native_x_component.md) = 0, [OH_NATIVEXCOMPONENT_KEY_ACTION_UP](_o_…
H A D_o_h___native_x_component.md56 …bsp;OH_NATIVEXCOMPONENT_KEY_ACTION_DOWN = 0, OH_NATIVEXCOMPONENT_KEY_ACTION_UP&nbsp…
266 | OH_NATIVEXCOMPONENT_KEY_ACTION_UP | 按键抬起动作。 |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp117 return OH_NativeXComponent_KeyAction::OH_NATIVEXCOMPONENT_KEY_ACTION_UP; in ConvertNativeXComponentKeyAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp125 return OH_NativeXComponent_KeyAction::OH_NATIVEXCOMPONENT_KEY_ACTION_UP; in ConvertNativeXComponentKeyAction()