/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/ |
H A D | drag_bar_element.cpp | 41 (keyEvent.code == KeyCode::KEY_SPACE)) { in OnKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_element.cpp | 90 case KeyCode::KEY_SPACE: in OnKeyEvent()
|
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | event_adapter.cpp | 56 { GLFW_KEY_SPACE, KeyCode::KEY_SPACE },
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 112 KEY_SPACE = 2050, enumerator
|
/foundation/multimodalinput/input/service/libinput_adapter/test/ |
H A D | hotplug_detector_test.cpp | 63 res = ioctl(fd_, UI_SET_KEYBIT, KEY_SPACE); in Create()
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event_recognizer.cpp | 118 {KeyCode::KEY_SPACE, "KEYCODE_SPACE"}, in KeyCodeToString() 454 {(int64_t)KeyCode::KEY_SPACE, KeyIntention::INTENTION_SELECT}, in keyItemsTransKeyIntention()
|
H A D | key_event.h | 108 KEY_SPACE = 2050, member in OHOS::OHOS::Ace::KeyCode
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 105 KEY_SPACE = 2050, member in OHOS::MMI::KeyCode
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | focus_hub_test_ng.cpp | 651 keyEvent.code = KeyCode::KEY_SPACE; in HWTEST_F() 1179 keyEvent.code = KeyCode::KEY_SPACE; in HWTEST_F() 1231 keyEvent.code = KeyCode::KEY_SPACE; in HWTEST_F() 1334 keyEvent.code = KeyCode::KEY_SPACE; in HWTEST_F() 1410 keyEvent.code = KeyCode::KEY_SPACE; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | toggle_button_pattern.cpp | 364 if (event.code == KeyCode::KEY_SPACE || event.code == KeyCode::KEY_ENTER) { in OnKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/ |
H A D | hyperlink_pattern.cpp | 262 if ((event.code == KeyCode::KEY_SPACE || event.code == KeyCode::KEY_ENTER)) { in OnKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.h | 56 constexpr KeyInput keyValue[] = { { false, OHOS::MMI::KeyCode::KEY_SPACE }, { true, OHOS::MMI::KeyCode::KEY_1 },
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_arrow_pattern.cpp | 72 if (event.code == KeyCode::KEY_ENTER || event.code == KeyCode::KEY_SPACE) { in OnKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_pattern.cpp | 636 if (event.code == KeyCode::KEY_SPACE || event.code == KeyCode::KEY_ENTER) { in OnKeyEvent() 640 operationOn_ = (event.code == KeyCode::KEY_SPACE) || (event.code == KeyCode::KEY_ENTER); in OnKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_pattern.cpp | 547 case KeyCode::KEY_SPACE: in HandleKeyEvent() 636 case KeyCode::KEY_SPACE: in HandleCalendarNodeKeyEvent() 1262 event.code == KeyCode::KEY_SPACE); in OnEnterKeyEvent()
|
H A D | calendar_picker_pattern.cpp | 581 case KeyCode::KEY_SPACE: in HandleFocusEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/hyperlink/ |
H A D | hyperlink_test_ng.cpp | 234 event.code = KeyCode::KEY_SPACE; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/ |
H A D | toggle_button_test_ng.cpp | 257 event.code = KeyCode::KEY_SPACE; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_pattern.cpp | 707 case KeyCode::KEY_SPACE: in OnKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_pattern.cpp | 69 if ((event.code == KeyCode::KEY_SPACE) || (event.code == KeyCode::KEY_ENTER) || in OnKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_pattern.cpp | 589 if (event.code == KeyCode::KEY_ENTER || event.code == KeyCode::KEY_SPACE) { in OnKeyEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_event_test_ng.cpp | 50 event.code = KeyCode::KEY_SPACE; in FocusTest()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/ |
H A D | calendar_picker_test_ng.cpp | 724 KeyEvent keyEventOne(KeyCode::KEY_SPACE, KeyAction::UP); in HWTEST_F() 2331 KeyEvent keyEventEight(KeyCode::KEY_SPACE, KeyAction::DOWN); in HWTEST_F() 2382 KeyEvent keyEventSix(KeyCode::KEY_SPACE, KeyAction::DOWN); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 875 if (event.code == KeyCode::KEY_ENTER || event.code == KeyCode::KEY_SPACE) { in OnKeyEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/ |
H A D | rating_test_ng.cpp | 1084 * @tc.cases: case. cover branch event action is DOWN and KeyCode is KEY_SPACE. in HWTEST_F() 1086 event.code = KeyCode::KEY_SPACE; in HWTEST_F()
|