Home
last modified time | relevance | path

Searched refs:INTENTION_RIGHT (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Djs-apis-intentioncode.md29 | INTENTION_RIGHT | 4 | 右 |
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-intentioncode.md29 | INTENTION_RIGHT | 4 | Right |
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/intention_code/src/
H A Djs_intention_code.cpp56 … DECLARE_NAPI_STATIC_PROPERTY("INTENTION_RIGHT", GetNapiInt32(env, KeyEvent::INTENTION_RIGHT)), in Export()
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_event_value_transformation.cpp478 {(int64_t)KeyEvent::KEYCODE_DPAD_RIGHT, KeyEvent::INTENTION_RIGHT},
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_event_value_transformation_test.cpp124 ASSERT_EQ(keyIntention, KeyEvent::INTENTION_RIGHT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h445 INTENTION_RIGHT = 4, enumerator
H A Dkey_event_recognizer.cpp450 {(int64_t)KeyCode::KEY_DPAD_RIGHT, KeyIntention::INTENTION_RIGHT}, in keyItemsTransKeyIntention()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h2910 static const int32_t INTENTION_RIGHT; variable
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multi-modal-input.md33 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_RIGHT = 4|@ohos.multimodalInput.intentionCode.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multi-modal-input.md33 |Added|NA|Class name: IntentionCode;<br>Method or attribute name: INTENTION_RIGHT = 4|@ohos.multimo…
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp829 const int32_t KeyEvent::INTENTION_RIGHT = 4; member in OHOS::MMI::KeyEvent
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp399 keyEvent->SetKeyCode(KeyEvent::INTENTION_RIGHT);