Home
last modified time | relevance | path

Searched refs:INTENTION_DOWN (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Djs-apis-intentioncode.md27 | INTENTION_DOWN | 2 | 下 |
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-intentioncode.md27 | INTENTION_DOWN | 2 | Down |
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/intention_code/src/
H A Djs_intention_code.cpp54 DECLARE_NAPI_STATIC_PROPERTY("INTENTION_DOWN", GetNapiInt32(env, KeyEvent::INTENTION_DOWN)), in Export()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-component-id.md328 intentionCode: IntentionCode.INTENTION_DOWN
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_event_value_transformation.cpp476 {(int64_t)KeyEvent::KEYCODE_DPAD_DOWN, KeyEvent::INTENTION_DOWN},
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_event_value_transformation_test.cpp88 ASSERT_EQ(keyIntention, KeyEvent::INTENTION_DOWN);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h443 INTENTION_DOWN = 2, enumerator
H A Dkey_event_recognizer.cpp448 {(int64_t)KeyCode::KEY_DPAD_DOWN, KeyIntention::INTENTION_DOWN}, in keyItemsTransKeyIntention()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h2896 static const int32_t INTENTION_DOWN; variable
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multi-modal-input.md31 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_DOWN = 2|@ohos.multimodalInput.intentionCode.d.ts|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-component-id.md324 intentionCode: IntentionCode.INTENTION_DOWN
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multi-modal-input.md31 |Added|NA|Class name: IntentionCode;<br>Method or attribute name: INTENTION_DOWN = 2|@ohos.multimod…
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp827 const int32_t KeyEvent::INTENTION_DOWN = 2; member in OHOS::MMI::KeyEvent