Searched refs:KEY_FN (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 31 KEY_FN = 0, // New member in OHOS::OHOS::Ace::KeyCode 519 if (std::find(pressedCodes.begin(), pressedCodes.end(), KeyCode::KEY_FN) != pressedCodes.end()) { in IsExactlyKey()
|
H A D | key_event_recognizer.cpp | 40 {KeyCode::KEY_FN, "KEYCODE_FN"}, in KeyCodeToString()
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | input_event_handler.cpp | 50 constexpr uint32_t KEY_FN { 0x1d0 }; 207 case KEY_FN: in IsModifierKey()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 45 KEY_FN = 0, enumerator
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 28 KEY_FN = 0, // New member in OHOS::MMI::KeyCode
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_drag_modifier.cpp | 43 if (std::find(status.begin(), status.end(), OHOS::Ace::KeyCode::KEY_FN) != std::end(status)) { in CalculateModifierKeyState()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menuitem_pattern_test_ng.cpp | 1015 KeyEvent fnEvent(KeyCode::KEY_FN, KeyAction::DOWN); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_utils.cpp | 1817 if (!hasKeyCode(KeyCode::KEY_FN)) { in CheckKeysPressed()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_test_ng.cpp | 1576 keyCodes.push_back(KeyCode::KEY_FN); in HWTEST_F()
|
Completed in 22 milliseconds