Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Djs-apis-intentioncode.md26 | INTENTION_UP | 1 | 上 |
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-intentioncode.md26 | INTENTION_UP | 1 | Up |
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/intention_code/src/
H A Djs_intention_code.cpp53 DECLARE_NAPI_STATIC_PROPERTY("INTENTION_UP", GetNapiInt32(env, KeyEvent::INTENTION_UP)), in Export()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_key_event_test.cpp135 event.keyEvent.intentionCode = static_cast<ArkUI_Int32>(OHOS::Ace::KeyIntention::INTENTION_UP);
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_event_value_transformation.cpp475 {(int64_t)KeyEvent::KEYCODE_DPAD_UP, KeyEvent::INTENTION_UP},
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_event_value_transformation_test.cpp70 ASSERT_EQ(keyIntention, KeyEvent::INTENTION_UP);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h442 INTENTION_UP = 1, enumerator
H A Dkey_event_recognizer.cpp447 {(int64_t)KeyCode::KEY_DPAD_UP, KeyIntention::INTENTION_UP}, in keyItemsTransKeyIntention()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h2889 static const int32_t INTENTION_UP; variable
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multi-modal-input.md30 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_UP = 1|@ohos.multimodalInput.intentionCode.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multi-modal-input.md30 |Added|NA|Class name: IntentionCode;<br>Method or attribute name: INTENTION_UP = 1|@ohos.multimodal…
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp826 const int32_t KeyEvent::INTENTION_UP = 1; member in OHOS::MMI::KeyEvent
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp400 keyEvent->SetKeyAction(KeyEvent::INTENTION_UP);
406 sequenceKey.keyAction = KeyEvent::INTENTION_UP;