Home
last modified time | relevance | path

Searched refs:KeyIntention (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event_recognizer.cpp455 KeyIntention::INTENTION_BACK}, in keyItemsTransKeyIntention()
457 KeyIntention::INTENTION_FORWARD}, in keyItemsTransKeyIntention()
459 KeyIntention::INTENTION_BACK}, in keyItemsTransKeyIntention()
461 KeyIntention::INTENTION_FORWARD}, in keyItemsTransKeyIntention()
463 KeyIntention::INTENTION_MENU}, in keyItemsTransKeyIntention()
465 KeyIntention::INTENTION_MENU}, in keyItemsTransKeyIntention()
470 KeyIntention::INTENTION_ZOOM_OUT}, in keyItemsTransKeyIntention()
478 KeyIntention::INTENTION_ZOOM_IN}, in keyItemsTransKeyIntention()
480 KeyIntention::INTENTION_ZOOM_IN}, in keyItemsTransKeyIntention()
482 KeyIntention::INTENTION_ZOOM_IN}, in keyItemsTransKeyIntention()
[all …]
H A Dkey_event.h440 enum class KeyIntention : int32_t { enum
592 KeyIntention keyIntention { KeyIntention::INTENTION_UNKNOWN };
654 KeyIntention GetKeyIntention() const in GetKeyIntention()
674 KeyIntention keyIntention_ = KeyIntention::INTENTION_UNKNOWN;
/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/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.cpp454 if (event.code == KeyCode::KEY_MENU || event.keyIntention == KeyIntention::INTENTION_MENU) { in RegisterContextMenuKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp433 event.keyIntention = static_cast<KeyIntention>(keyEvent->GetKeyIntention()); in ConvertKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_model_test_ng.cpp988 event.keyIntention = KeyIntention::INTENTION_MENU;