/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_testtwo_ng.cpp | 318 KeyEvent keyEvent(KeyCode::KEY_TAB, KeyAction::DOWN, {KeyCode::KEY_TAB}, 0, timeStamp, in HWTEST_F() 338 KeyEvent keyEventShiftTab(KeyCode::KEY_TAB, KeyAction::DOWN, {KeyCode::KEY_SHIFT_LEFT, KeyCode::KEY_TAB}, 0, in HWTEST_F() 377 KeyEvent keyEvent(KeyCode::KEY_TAB, KeyAction::DOWN, {KeyCode::KEY_TAB}, 0, timeStamp, in HWTEST_F() 379 KeyEvent keyEventShiftTab(KeyCode::KEY_TAB, KeyAction::DOWN, {KeyCode::KEY_SHIFT_LEFT, KeyCode::KEY_TAB}, 0, in HWTEST_F() 421 KeyCode::KEY_TAB, KeyAction::DOWN, { KeyCode::KEY_TAB }, in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/focus/ |
H A D | focus_node.cpp | 140 if (event.code != KeyCode::KEY_TAB || event.action != KeyAction::DOWN) { in HandleFocusByTabIndex() 162 if (event.IsShiftWith(KeyCode::KEY_TAB)) { in HandleFocusByTabIndex() 657 case KeyCode::KEY_TAB: { 674 if (keyEvent.IsKey({ KeyCode::KEY_SHIFT_LEFT, KeyCode::KEY_TAB }) || 675 keyEvent.IsKey({ KeyCode::KEY_SHIFT_RIGHT, KeyCode::KEY_TAB })) {
|
H A D | focus_node.h | 252 keyCode == KeyCode::KEY_TAB; in OnFocusMove()
|
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.cpp | 28 { KeyComb(KeyCode::KEY_TAB), [](tic* c) -> bool { return c->HandleOnTab(false); } }, 29 { KeyComb(KeyCode::KEY_TAB, KEY_SHIFT), [](tic* c) -> bool { return c->HandleOnTab(true); } },
|
/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_element.cpp | 244 case KeyCode::KEY_TAB: in OnKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_item_element.cpp | 122 keyEvent.code == KeyCode::KEY_TAB) { in OnKeyEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/ |
H A D | calendar_picker_pattern_test_ng.cpp | 332 event.code = KeyCode::KEY_TAB; in HWTEST_F() 337 event.code = KeyCode::KEY_TAB; in HWTEST_F() 352 event.code = KeyCode::KEY_TAB; in HWTEST_F() 357 event.code = KeyCode::KEY_TAB; in HWTEST_F()
|
H A D | calendar_picker_test_ng.cpp | 202 * @tc.steps: step3. Handle KEY_TAB on Calendar Picker in HWTEST_F() 207 KeyEvent keyEventOne(KeyCode::KEY_TAB, KeyAction::DOWN); in HWTEST_F() 419 KeyEvent keyEventOne(KeyCode::KEY_TAB, KeyAction::DOWN); in HWTEST_F() 728 KeyEvent keyEventTwo(KeyCode::KEY_TAB, KeyAction::DOWN); in HWTEST_F() 753 keyEventOne.code = KeyCode::KEY_TAB; in HWTEST_F() 759 keyEventTwo.code = KeyCode::KEY_TAB, pickerPattern->isFirtFocus_ = true; in HWTEST_F() 1845 keyEvent.code = KeyCode::KEY_TAB, pickerPattern->isFirtFocus_ = false; in HWTEST_F() 2303 KeyEvent keyEventOne(KeyCode::KEY_TAB, KeyAction::DOWN); in HWTEST_F() 2359 KeyEvent keyEventOne(KeyCode::KEY_TAB, KeyAction::DOWN); in HWTEST_F() 2573 KeyEvent keyEventOne1(KeyCode::KEY_TAB, KeyActio in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 107 KEY_TAB = 2049, member in OHOS::OHOS::Ace::KeyCode 570 (KeyCode::KEY_DPAD_UP <= code && code <= KeyCode::KEY_DPAD_RIGHT) || KeyCode::KEY_TAB == code; in IsFunctionKey()
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | input_event_handler.cpp | 52 constexpr uint32_t KEY_TAB { 15 }; 209 case KEY_TAB: in IsModifierKey()
|
/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | swiper_element.cpp | 267 case KeyCode::KEY_TAB: in OnKeyEvent()
|
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | event_adapter.cpp | 47 { GLFW_KEY_TAB, KeyCode::KEY_TAB },
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 111 KEY_TAB = 2049, enumerator
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | focus_hub_test_ng_new.cpp | 391 keyEvent.code = KeyCode::KEY_TAB; in HWTEST_F() 398 keyEvent.pressedCodes.emplace_back(KeyCode::KEY_TAB); in HWTEST_F() 484 keyEvent.code = KeyCode::KEY_TAB; in HWTEST_F() 1218 keyEvent.code = KeyCode::KEY_TAB; in HWTEST_F() 1397 keyEvent.code = KeyCode::KEY_TAB; in HWTEST_F() 1812 keyEvent.code = KeyCode::KEY_TAB; in HWTEST_F() 1813 keyEvent.pressedCodes.emplace_back(KeyCode::KEY_TAB); in HWTEST_F()
|
H A D | focus_hub_test_ng.cpp | 692 * @tc.steps2: call the function HandleFocusByTabIndex with code != KeyCode::KEY_TAB and action != KeyAction::DOWN. in HWTEST_F() 700 * @tc.steps3: call the function HandleFocusByTabIndex with code != KeyCode::KEY_TAB and action == KeyAction::DOWN. in HWTEST_F() 708 * @tc.steps4: call the function HandleFocusByTabIndex with code == KeyCode::KEY_TAB and action != KeyAction::DOWN. in HWTEST_F() 712 keyEvent.code = KeyCode::KEY_TAB; in HWTEST_F() 716 * @tc.steps5: call the function HandleFocusByTabIndex with code == KeyCode::KEY_TAB and action == KeyAction::DOWN in HWTEST_F() 721 keyEvent.code = KeyCode::KEY_TAB; in HWTEST_F() 725 * @tc.steps6: call the function HandleFocusByTabIndex with code == KeyCode::KEY_TAB and action == KeyAction::DOWN in HWTEST_F() 730 keyEvent.code = KeyCode::KEY_TAB; in HWTEST_F() 1319 keyEvent.code = KeyCode::KEY_TAB; in HWTEST_F() 1325 keyEvent.pressedCodes.emplace_back(KeyCode::KEY_TAB); in HWTEST_F() [all...] |
H A D | focus_hub_test_ng_for_property_config.cpp | 407 keyEvent.code = KeyCode::KEY_TAB; in HWTEST_F() 1117 keyEvent.code = KeyCode::KEY_TAB; in HWTEST_F() 1127 keyEvent.code = KeyCode::KEY_TAB; in HWTEST_F() 1187 keyEvent.pressedCodes.emplace_back(KeyCode::KEY_TAB); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.cpp | 224 bool shiftTabPressed = keyEvent.IsShiftWith(KeyCode::KEY_TAB); in HandleKeyEvent() 228 bool tabOnlyPressed = (keyEvent.code == KeyCode::KEY_TAB) && (!shiftTabPressed); in HandleKeyEvent() 807 bool isBypassInner = keyEvent.IsKey({ KeyCode::KEY_TAB }) && pipeline && pipeline->IsTabJustTriggerOnKeyEvent(); 878 if (keyEvent.IsKey({ KeyCode::KEY_TAB }) && IsInFocusGroup()) { 881 if (keyEvent.IsKey({ KeyCode::KEY_TAB }) && pipeline->IsTabJustTriggerOnKeyEvent()) { 904 case KeyCode::KEY_TAB: 958 } else if (keyEvent.IsShiftWith(KeyCode::KEY_TAB)) { 2223 if (event.code != KeyCode::KEY_TAB || event.action != KeyAction::DOWN) { 2251 if (event.IsShiftWith(KeyCode::KEY_TAB)) {
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_ui_extension_pattern.cpp | 400 if (!(event.IsDirectionalKey() || event.IsKey({ KeyCode::KEY_TAB }) || event.IsShiftWith(KeyCode::KEY_TAB) || in HandleKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_pattern.cpp | 807 bool isOnlyTabPressed = event.pressedCodes.size() == 1 && event.code == KeyCode::KEY_TAB; in OnKeyEvent() 823 if (event.code == KeyCode::KEY_TAB && focusChoice_ == FocusChoice::SEARCH) { in OnKeyEvent() 846 if (event.code == KeyCode::KEY_DPAD_LEFT || event.IsShiftWith(KeyCode::KEY_TAB)) { in OnKeyEvent() 861 if (focusChoice_ == FocusChoice::SEARCH && isOnlyOneFocusableComponent && event.IsShiftWith(KeyCode::KEY_TAB)) { in OnKeyEvent() 870 if (focusChoice_ == FocusChoice::SEARCH && event.IsShiftWith(KeyCode::KEY_TAB)) { in OnKeyEvent() 882 if (event.code == KeyCode::KEY_DPAD_RIGHT || (event.pressedCodes.size() == 1 && event.code == KeyCode::KEY_TAB)) { in OnKeyEvent() 925 (event.pressedCodes.size() == 1 && event.code == KeyCode::KEY_TAB)) { in OnKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ability_component/ |
H A D | ability_component_pattern.cpp | 289 if (event.code == KeyCode::KEY_TAB && event.action == KeyAction::DOWN) { in OnKeyEvent()
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 104 KEY_TAB = 2049, member in OHOS::MMI::KeyCode
|
/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_element.cpp | 305 case KeyCode::KEY_TAB: in OnKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_pattern.cpp | 500 if (event.action != KeyAction::DOWN && (event.code != KeyCode::KEY_TAB || !isFirtFocus_)) { in HandleKeyEvent() 515 case KeyCode::KEY_TAB: { in HandleFocusEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_Extend_test_ng.cpp | 971 event.code = KeyCode::KEY_TAB; in HWTEST_F() 981 event.code = KeyCode::KEY_TAB; in HWTEST_F() 1021 event.code = KeyCode::KEY_TAB; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/hyperlink/ |
H A D | hyperlink_test_ng.cpp | 231 event.code = KeyCode::KEY_TAB; in HWTEST_F()
|