Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Djs-apis-intentioncode.md31 | INTENTION_ESCAPE | 6 | 逃逸 |
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-intentioncode.md31 | INTENTION_ESCAPE | 6 | Escape |
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/intention_code/src/
H A Djs_intention_code.cpp58 … DECLARE_NAPI_STATIC_PROPERTY("INTENTION_ESCAPE", GetNapiInt32(env, KeyEvent::INTENTION_ESCAPE)), in Export()
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_event_value_transformation.cpp481 {(int64_t)KeyEvent::KEYCODE_ESCAPE, KeyEvent::INTENTION_ESCAPE},
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_event_value_transformation_test.cpp160 ASSERT_EQ(keyIntention, KeyEvent::INTENTION_ESCAPE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h447 INTENTION_ESCAPE = 6, enumerator
H A Dkey_event_recognizer.cpp453 {(int64_t)KeyCode::KEY_ESCAPE, KeyIntention::INTENTION_ESCAPE}, in keyItemsTransKeyIntention()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h2924 static const int32_t INTENTION_ESCAPE; variable
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multi-modal-input.md35 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_ESCAPE = 6|@ohos.multimodalInput.intentionCode.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multi-modal-input.md35 |Added|NA|Class name: IntentionCode;<br>Method or attribute name: INTENTION_ESCAPE = 6|@ohos.multim…
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp831 const int32_t KeyEvent::INTENTION_ESCAPE = 6; member in OHOS::MMI::KeyEvent