Home
last modified time | relevance | path

Searched refs:INTENTION_FORWARD (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Djs-apis-intentioncode.md33 | INTENTION_FORWARD | 8 | 前进 |
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-intentioncode.md33 | INTENTION_FORWARD | 8 | Forward |
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/intention_code/src/
H A Djs_intention_code.cpp60 … DECLARE_NAPI_STATIC_PROPERTY("INTENTION_FORWARD", GetNapiInt32(env, KeyEvent::INTENTION_FORWARD)), in Export()
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_event_value_transformation.cpp483 …4_t)KeyEvent::KEYCODE_ALT_LEFT << 16) + KeyEvent::KEYCODE_DPAD_RIGHT, KeyEvent::INTENTION_FORWARD},
485 …_t)KeyEvent::KEYCODE_ALT_RIGHT << 16) + KeyEvent::KEYCODE_DPAD_RIGHT, KeyEvent::INTENTION_FORWARD},
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_event_value_transformation_test.cpp220 ASSERT_EQ(keyIntention, KeyEvent::INTENTION_FORWARD);
240 ASSERT_EQ(keyIntention, KeyEvent::INTENTION_FORWARD);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event_recognizer.cpp457 KeyIntention::INTENTION_FORWARD}, in keyItemsTransKeyIntention()
461 KeyIntention::INTENTION_FORWARD}, in keyItemsTransKeyIntention()
H A Dkey_event.h449 INTENTION_FORWARD = 8, enumerator
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h2938 static const int32_t INTENTION_FORWARD; variable
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multi-modal-input.md37 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_FORWARD = 8|@ohos.multimodalInput.intentionCode.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multi-modal-input.md37 |Added|NA|Class name: IntentionCode;<br>Method or attribute name: INTENTION_FORWARD = 8|@ohos.multi…
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp833 const int32_t KeyEvent::INTENTION_FORWARD = 8; member in OHOS::MMI::KeyEvent