Home
last modified time | relevance | path

Searched refs:KEY_TAB (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp310 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 Dfocus_node.cpp149 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 Dfocus_node.h252 keyCode == KeyCode::KEY_TAB; in OnFocusMove()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.cpp28 { 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 Dlist_item_element.cpp122 keyEvent.code == KeyCode::KEY_TAB) { in OnKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H A Dcalendar_picker_test_ng.cpp207 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 Dfocus_hub.cpp204 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 Dstepper_element.cpp244 case KeyCode::KEY_TAB: in OnKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_element.cpp266 case KeyCode::KEY_TAB: in OnKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.cpp116 …{ KeyCode::KEY_NUMPAD_COMMA, "," }, { KeyCode::KEY_NUMPAD_EQUALS, "=" }, { KeyCode::KEY_TAB, "TAB"… in ConvertInputCodeToString()
H A Dkey_event.h107 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 Dnative_xcomponent_key_event.h111 KEY_TAB = 2049, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Devent_adapter.cpp47 { GLFW_KEY_TAB, KeyCode::KEY_TAB },
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_ui_extension_pattern.cpp420 …(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 Dfocus_hub_test_ng.cpp712 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 Dfocus_hub_test_ng_new.cpp375 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 Dfocus_hub_test_ng_for_property_config.cpp406 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 Dsearch_pattern.cpp829 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 Dkey_event.h104 KEY_TAB = 2049, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ability_component/
H A Dability_component_pattern.cpp286 if (event.code == KeyCode::KEY_TAB && event.action == KeyAction::DOWN) { in OnKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_element.cpp305 case KeyCode::KEY_TAB: in OnKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/hyperlink/
H A Dhyperlink_test_ng.cpp230 event.code = KeyCode::KEY_TAB;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_Extend_test_ng.cpp972 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 Dcalendar_picker_pattern.cpp498 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 Dnative__xcomponent__key__event_8h.md24 …ent.md) = 2047, [KEY_SHIFT_RIGHT](_o_h___native_x_component.md) = 2048, [KEY_TAB](_o_h___native_x_…

12