Home
last modified time | relevance | path

Searched refs:KEY_TAB (Results 1 - 25 of 45) sorted by relevance

12

/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp318 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 Dfocus_node.cpp140 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 Dfocus_node.h252 keyCode == KeyCode::KEY_TAB; in OnFocusMove()
/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); } },
29 { KeyComb(KeyCode::KEY_TAB, KEY_SHIFT), [](tic* c) -> bool { return c->HandleOnTab(true); } },
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_element.cpp244 case KeyCode::KEY_TAB: in OnKeyEvent()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_element.cpp122 keyEvent.code == KeyCode::KEY_TAB) { in OnKeyEvent()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H A Dcalendar_picker_pattern_test_ng.cpp332 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 Dcalendar_picker_test_ng.cpp202 * @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 Dkey_event.h107 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 Dinput_event_handler.cpp52 constexpr uint32_t KEY_TAB { 15 };
209 case KEY_TAB: in IsModifierKey()
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_element.cpp267 case KeyCode::KEY_TAB: in OnKeyEvent()
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Devent_adapter.cpp47 { GLFW_KEY_TAB, KeyCode::KEY_TAB },
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h111 KEY_TAB = 2049, enumerator
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_new.cpp391 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 Dfocus_hub_test_ng.cpp692 * @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 Dfocus_hub_test_ng_for_property_config.cpp407 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 Dfocus_hub.cpp224 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 Dsecurity_ui_extension_pattern.cpp400 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 Dsearch_pattern.cpp807 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 Dability_component_pattern.cpp289 if (event.code == KeyCode::KEY_TAB && event.action == KeyAction::DOWN) { in OnKeyEvent()
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h104 KEY_TAB = 2049, member in OHOS::MMI::KeyCode
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_element.cpp305 case KeyCode::KEY_TAB: in OnKeyEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp500 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 Dtext_picker_Extend_test_ng.cpp971 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 Dhyperlink_test_ng.cpp231 event.code = KeyCode::KEY_TAB; in HWTEST_F()

Completed in 40 milliseconds

12