Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Djs-apis-intentioncode.md28 | INTENTION_LEFT | 3 | 左 |
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-intentioncode.md28 | INTENTION_LEFT | 3 | Left |
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/intention_code/src/
H A Djs_intention_code.cpp55 DECLARE_NAPI_STATIC_PROPERTY("INTENTION_LEFT", GetNapiInt32(env, KeyEvent::INTENTION_LEFT)), in Export()
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_event_value_transformation.cpp477 {(int64_t)KeyEvent::KEYCODE_DPAD_LEFT, KeyEvent::INTENTION_LEFT},
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_event_value_transformation_test.cpp106 ASSERT_EQ(keyIntention, KeyEvent::INTENTION_LEFT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h444 INTENTION_LEFT = 3, enumerator
H A Dkey_event_recognizer.cpp449 {(int64_t)KeyCode::KEY_DPAD_LEFT, KeyIntention::INTENTION_LEFT}, in keyItemsTransKeyIntention()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h2903 static const int32_t INTENTION_LEFT; variable
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multi-modal-input.md32 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_LEFT = 3|@ohos.multimodalInput.intentionCode.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multi-modal-input.md32 |Added|NA|Class name: IntentionCode;<br>Method or attribute name: INTENTION_LEFT = 3|@ohos.multimod…
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp828 const int32_t KeyEvent::INTENTION_LEFT = 3; member in OHOS::MMI::KeyEvent