Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_event_value_transformation.cpp491 …int64_t)KeyEvent::KEYCODE_CTRL_LEFT << 16) + KeyEvent::KEYCODE_PLUS, KeyEvent::INTENTION_ZOOM_OUT},
492 …nt64_t)KeyEvent::KEYCODE_CTRL_RIGHT << 16) + KeyEvent::KEYCODE_PLUS, KeyEvent::INTENTION_ZOOM_OUT},
493 …t)KeyEvent::KEYCODE_CTRL_LEFT << 16) + KeyEvent::KEYCODE_NUMPAD_ADD, KeyEvent::INTENTION_ZOOM_OUT},
494 …)KeyEvent::KEYCODE_CTRL_RIGHT << 16) + KeyEvent::KEYCODE_NUMPAD_ADD, KeyEvent::INTENTION_ZOOM_OUT},
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_event_value_transformation_test.cpp336 ASSERT_EQ(keyIntention, KeyEvent::INTENTION_ZOOM_OUT);
356 ASSERT_EQ(keyIntention, KeyEvent::INTENTION_ZOOM_OUT);
376 ASSERT_EQ(keyIntention, KeyEvent::INTENTION_ZOOM_OUT);
396 ASSERT_EQ(keyIntention, KeyEvent::INTENTION_ZOOM_OUT);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A Djs-apis-intentioncode.md37 | INTENTION_ZOOM_OUT | 13 | 缩小键 |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event_recognizer.cpp470 KeyIntention::INTENTION_ZOOM_OUT}, in keyItemsTransKeyIntention()
472 KeyIntention::INTENTION_ZOOM_OUT}, in keyItemsTransKeyIntention()
474 KeyIntention::INTENTION_ZOOM_OUT}, in keyItemsTransKeyIntention()
476 KeyIntention::INTENTION_ZOOM_OUT}, in keyItemsTransKeyIntention()
H A Dkey_event.h454 INTENTION_ZOOM_OUT = 13, enumerator
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-intentioncode.md37 | INTENTION_ZOOM_OUT | 13 | Zoom out |
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/intention_code/src/
H A Djs_intention_code.cpp64 …ECLARE_NAPI_STATIC_PROPERTY("INTENTION_ZOOM_OUT", GetNapiInt32(env, KeyEvent::INTENTION_ZOOM_OUT)), in Export()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h2973 static const int32_t INTENTION_ZOOM_OUT; variable
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multi-modal-input.md41 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_ZOOM_OUT = 13|@ohos.multimodalInput.intentionCode.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-multi-modal-input.md41 |Added|NA|Class name: IntentionCode;<br>Method or attribute name: INTENTION_ZOOM_OUT = 13|@ohos.mul…
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp838 const int32_t KeyEvent::INTENTION_ZOOM_OUT = 13; member in OHOS::MMI::KeyEvent