/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_testtwo_ng.cpp | 310 KeyEvent keyEvent(KeyCode::KEY_TAB, KeyAction::DOWN, {KeyCode::KEY_TAB}, 0, timeStamp, 330 …KeyEvent keyEventShiftTab(KeyCode::KEY_TAB, KeyAction::DOWN, {KeyCode::KEY_SHIFT_LEFT, KeyCode::KE… 369 KeyEvent keyEvent(KeyCode::KEY_TAB, KeyAction::DOWN, {KeyCode::KEY_TAB}, 0, timeStamp, 371 …KeyEvent keyEventShiftTab(KeyCode::KEY_TAB, KeyAction::DOWN, {KeyCode::KEY_SHIFT_LEFT, KeyCode::KE… 413 …KeyCode::KEY_TAB, KeyAction::DOWN, { KeyCode::KEY_TAB }, 0, timeStamp, 0, 0, SourceType::KEYBOARD,… 527 keyEventOne.code = KeyCode::KEY_TAB; 536 …KeyEvent keyEventTwo(KeyCode::KEY_TAB, KeyAction::DOWN, {KeyCode::KEY_SHIFT_LEFT, KeyCode::KEY_TAB… 546 KeyEvent keyEventThree(KeyCode::KEY_TAB, KeyAction::DOWN, {KeyCode::KEY_TAB}, 0, timeStamp, 621 …KeyEvent keyEventShiftTab(KeyCode::KEY_TAB, KeyAction::DOWN, {KeyCode::KEY_SHIFT_LEFT, KeyCode::KE… 641 KeyEvent keyEventTab(KeyCode::KEY_TAB, KeyAction::DOWN, {KeyCode::KEY_TAB}, 0, [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/ |
H A D | focus_node.cpp | 149 if (event.code != KeyCode::KEY_TAB || event.action != KeyAction::DOWN) { in HandleFocusByTabIndex() 171 if (event.IsShiftWith(KeyCode::KEY_TAB)) { in HandleFocusByTabIndex() 666 case KeyCode::KEY_TAB: { in OnKeyEvent() 683 if (keyEvent.IsKey({ KeyCode::KEY_SHIFT_LEFT, KeyCode::KEY_TAB }) || in OnKeyEvent() 684 keyEvent.IsKey({ KeyCode::KEY_SHIFT_RIGHT, KeyCode::KEY_TAB })) { in OnKeyEvent()
|
H A D | focus_node.h | 252 keyCode == KeyCode::KEY_TAB; in OnFocusMove()
|
/ohos5.0/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); } }, in __anon1d5a884c0202() 29 { KeyComb(KeyCode::KEY_TAB, KEY_SHIFT), [](tic* c) -> bool { return c->HandleOnTab(true); } }, in __anon1d5a884c0302()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_item_element.cpp | 122 keyEvent.code == KeyCode::KEY_TAB) { in OnKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/ |
H A D | calendar_picker_test_ng.cpp | 207 KeyEvent keyEventOne(KeyCode::KEY_TAB, KeyAction::DOWN); 419 KeyEvent keyEventOne(KeyCode::KEY_TAB, KeyAction::DOWN); 728 KeyEvent keyEventTwo(KeyCode::KEY_TAB, KeyAction::DOWN); 753 keyEventOne.code = KeyCode::KEY_TAB; 2303 KeyEvent keyEventOne(KeyCode::KEY_TAB, KeyAction::DOWN); 2359 KeyEvent keyEventOne(KeyCode::KEY_TAB, KeyAction::DOWN); 2579 KeyEvent keyEventTwo(KeyCode::KEY_TAB, KeyAction::UP); 2587 KeyEvent keyEventTwo1(KeyCode::KEY_TAB, KeyAction::UP); 2594 KeyEvent keyEventTwo2(KeyCode::KEY_TAB, KeyAction::UP); 2601 KeyEvent keyEventTwo3(KeyCode::KEY_TAB, KeyAction::UP); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.cpp | 204 bool shiftTabPressed = keyEvent.IsShiftWith(KeyCode::KEY_TAB); in HandleKeyEvent() 208 bool tabOnlyPressed = (keyEvent.code == KeyCode::KEY_TAB) && (!shiftTabPressed); in HandleKeyEvent() 808 …bool isBypassInner = keyEvent.IsKey({ KeyCode::KEY_TAB }) && pipeline && pipeline->IsTabJustTrigge… in OnKeyEventNodeInternal() 877 if (keyEvent.IsKey({ KeyCode::KEY_TAB }) && IsInFocusGroup()) { in OnKeyEventScope() 880 if (keyEvent.IsKey({ KeyCode::KEY_TAB }) && pipeline->IsTabJustTriggerOnKeyEvent()) { in OnKeyEventScope() 903 case KeyCode::KEY_TAB: in RequestNextFocusByKey() 957 } else if (keyEvent.IsShiftWith(KeyCode::KEY_TAB)) { in RequestNextFocusOfKeyTab() 2210 if (event.code != KeyCode::KEY_TAB || event.action != KeyAction::DOWN) { in HandleFocusByTabIndex() 2238 if (event.IsShiftWith(KeyCode::KEY_TAB)) { in HandleFocusByTabIndex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_element.cpp | 244 case KeyCode::KEY_TAB: in OnKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | swiper_element.cpp | 266 case KeyCode::KEY_TAB: in OnKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.cpp | 116 …{ KeyCode::KEY_NUMPAD_COMMA, "," }, { KeyCode::KEY_NUMPAD_EQUALS, "=" }, { KeyCode::KEY_TAB, "TAB"… in ConvertInputCodeToString()
|
H A D | key_event.h | 107 KEY_TAB = 2049, enumerator 570 … (KeyCode::KEY_DPAD_UP <= code && code <= KeyCode::KEY_DPAD_RIGHT) || KeyCode::KEY_TAB == code; in IsFunctionKey()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 111 KEY_TAB = 2049, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | event_adapter.cpp | 47 { GLFW_KEY_TAB, KeyCode::KEY_TAB },
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_ui_extension_pattern.cpp | 420 …(event.IsDirectionalKey() || event.IsKey({ KeyCode::KEY_TAB }) || event.IsShiftWith(KeyCode::KEY_T… in HandleKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | focus_hub_test_ng.cpp | 712 keyEvent.code = KeyCode::KEY_TAB; 721 keyEvent.code = KeyCode::KEY_TAB; 730 keyEvent.code = KeyCode::KEY_TAB; 1257 keyEvent.code = KeyCode::KEY_TAB; 1263 keyEvent.pressedCodes.emplace_back(KeyCode::KEY_TAB);
|
H A D | focus_hub_test_ng_new.cpp | 375 keyEvent.code = KeyCode::KEY_TAB; 1071 keyEvent.code = KeyCode::KEY_TAB; 1484 keyEvent.code = KeyCode::KEY_TAB; 1485 keyEvent.pressedCodes.emplace_back(KeyCode::KEY_TAB);
|
H A D | focus_hub_test_ng_for_property_config.cpp | 406 keyEvent.code = KeyCode::KEY_TAB; 1116 keyEvent.code = KeyCode::KEY_TAB; 1126 keyEvent.code = KeyCode::KEY_TAB; 1186 keyEvent.pressedCodes.emplace_back(KeyCode::KEY_TAB);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_pattern.cpp | 829 bool isOnlyTabPressed = event.pressedCodes.size() == 1 && event.code == KeyCode::KEY_TAB; in OnKeyEvent() 845 if (event.code == KeyCode::KEY_TAB && focusChoice_ == FocusChoice::SEARCH) { in OnKeyEvent() 868 if (event.code == KeyCode::KEY_DPAD_LEFT || event.IsShiftWith(KeyCode::KEY_TAB)) { in OnKeyEvent() 883 …ce_ == FocusChoice::SEARCH && isOnlyOneFocusableComponent && event.IsShiftWith(KeyCode::KEY_TAB)) { in OnKeyEvent() 892 if (focusChoice_ == FocusChoice::SEARCH && event.IsShiftWith(KeyCode::KEY_TAB)) { in OnKeyEvent() 904 …== KeyCode::KEY_DPAD_RIGHT || (event.pressedCodes.size() == 1 && event.code == KeyCode::KEY_TAB)) { in OnKeyEvent() 947 (event.pressedCodes.size() == 1 && event.code == KeyCode::KEY_TAB)) { in OnKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 104 KEY_TAB = 2049, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ability_component/ |
H A D | ability_component_pattern.cpp | 286 if (event.code == KeyCode::KEY_TAB && event.action == KeyAction::DOWN) { in OnKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_element.cpp | 305 case KeyCode::KEY_TAB: in OnKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/hyperlink/ |
H A D | hyperlink_test_ng.cpp | 230 event.code = KeyCode::KEY_TAB;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_Extend_test_ng.cpp | 972 event.code = KeyCode::KEY_TAB; 982 event.code = KeyCode::KEY_TAB; 1022 event.code = KeyCode::KEY_TAB;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_pattern.cpp | 498 if (event.action != KeyAction::DOWN && (event.code != KeyCode::KEY_TAB || !isFirtFocus_)) { in HandleKeyEvent() 513 case KeyCode::KEY_TAB: { in HandleFocusEvent()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …ent.md) = 2047, [KEY_SHIFT_RIGHT](_o_h___native_x_component.md) = 2048, [KEY_TAB](_o_h___native_x_…
|