/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.cpp | 71 …{ KeyComb(KeyCode::KEY_DPAD_RIGHT), [](tic* c) -> void { c->CursorMove(CaretMoveIntent::Right); } … in __anon1d5a884c0c02() 77 …{ KeyComb(KeyCode::KEY_DPAD_RIGHT, KEY_CTRL), [](tic* c) -> void { c->CursorMove(CaretMoveIntent::… in __anon1d5a884c1202() 84 …{ KeyComb(KeyCode::KEY_DPAD_RIGHT, KEY_SHIFT), [](tic* c) -> void { c->HandleSelect(CaretMoveInten… in __anon1d5a884c1802() 91 { KeyComb(KeyCode::KEY_DPAD_RIGHT, KEY_CTRL | KEY_SHIFT),
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 73 KEY_DPAD_RIGHT = 2015, enumerator 426 TV_CONTROL_RIGHT = KEY_DPAD_RIGHT, 557 return KeyCode::KEY_DPAD_UP <= code && code <= KeyCode::KEY_DPAD_RIGHT; in IsDirectionalKey() 570 … (KeyCode::KEY_DPAD_UP <= code && code <= KeyCode::KEY_DPAD_RIGHT) || KeyCode::KEY_TAB == code; in IsFunctionKey()
|
H A D | key_event_recognizer.cpp | 83 {KeyCode::KEY_DPAD_RIGHT, "KEYCODE_DPAD_RIGHT"}, in KeyCodeToString() 450 {(int64_t)KeyCode::KEY_DPAD_RIGHT, KeyIntention::INTENTION_RIGHT}, in keyItemsTransKeyIntention() 456 … {((int64_t)KeyCode::KEY_ALT_LEFT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_DPAD_RIGHT, in keyItemsTransKeyIntention() 460 … {((int64_t)KeyCode::KEY_ALT_RIGHT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_DPAD_RIGHT, in keyItemsTransKeyIntention()
|
H A D | key_event.cpp | 122 { KeyCode::KEY_DPAD_LEFT, "DPAD_LEFT" }, { KeyCode::KEY_DPAD_RIGHT, "DPAD_RIGHT" } }; in ConvertInputCodeToString()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_common_test_ng.cpp | 697 OnKeyEvent(KeyCode::KEY_DPAD_RIGHT, KeyAction::DOWN); 754 OnKeyEvent(KeyCode::KEY_DPAD_RIGHT, KeyAction::DOWN); 762 OnKeyEvent(KeyCode::KEY_DPAD_RIGHT, KeyAction::DOWN); 846 EXPECT_FALSE(pattern_->OnKeyEvent(KeyEvent(KeyCode::KEY_DPAD_RIGHT, KeyAction::LONG_PRESS))); 875 EXPECT_FALSE(pattern_->OnKeyEvent(KeyEvent(KeyCode::KEY_DPAD_RIGHT, KeyAction::DOWN)));
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 70 KEY_DPAD_RIGHT = 2015, enumerator 423 TV_CONTROL_RIGHT = KEY_DPAD_RIGHT,
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_testtwo_ng.cpp | 213 keyEvent.code = KeyCode::KEY_DPAD_RIGHT; 224 keyEvent.code = KeyCode::KEY_DPAD_RIGHT; 271 keyEvent.code = KeyCode::KEY_DPAD_RIGHT; 556 …KeyEvent keyEventFour(KeyCode::KEY_DPAD_RIGHT, KeyAction::DOWN, {KeyCode::KEY_DPAD_RIGHT}, 0, time… 669 … KeyEvent keyEventDpadRight(KeyCode::KEY_DPAD_RIGHT, KeyAction::DOWN, {KeyCode::KEY_DPAD_RIGHT}, 0,
|
H A D | search_test_ng.cpp | 276 KeyEvent keyEventSix(KeyCode::KEY_DPAD_RIGHT, KeyAction::DOWN); 283 KeyEvent keyEventSeven(KeyCode::KEY_DPAD_RIGHT, KeyAction::DOWN); 1431 keyEvent.code = KeyCode::KEY_DPAD_RIGHT; 1459 keyEvent.code = KeyCode::KEY_DPAD_RIGHT, keyEvent.action = KeyAction::DOWN;
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 77 KEY_DPAD_RIGHT = 2015, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | event_adapter.cpp | 43 { GLFW_KEY_RIGHT, KeyCode::KEY_DPAD_RIGHT },
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_element.cpp | 172 case KeyCode::KEY_DPAD_RIGHT: in OnKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_keyevent_test.cpp | 259 KeyCode::KEY_DPAD_RIGHT, 310 KeyCode::KEY_DPAD_RIGHT,
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_event_test_ng.cpp | 45 event.code = KeyCode::KEY_DPAD_RIGHT; in FocusTest() 886 event.code = KeyCode::KEY_DPAD_RIGHT; 1126 event.code = KeyCode::KEY_DPAD_RIGHT;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/ |
H A D | calendar_picker_test_ng.cpp | 431 KeyEvent keyEventThree(KeyCode::KEY_DPAD_RIGHT, KeyAction::DOWN); 770 keyEventFour.code = KeyCode::KEY_DPAD_RIGHT; 2311 KeyEvent keyEventThree(KeyCode::KEY_DPAD_RIGHT, KeyAction::DOWN); 2370 KeyEvent keyEventThree(KeyCode::KEY_DPAD_RIGHT, KeyAction::DOWN); 2781 KeyEvent keyEventRightOne(KeyCode::KEY_DPAD_RIGHT, KeyAction::DOWN); 2823 keyEventLeft.code = KeyCode::KEY_DPAD_RIGHT; 2831 keyEventRight.code = KeyCode::KEY_DPAD_RIGHT; 2902 keyEventRight.code = KeyCode::KEY_DPAD_RIGHT; 2907 keyEventIsPrev.code = KeyCode::KEY_DPAD_RIGHT;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_pattern.cpp | 904 …if (event.code == KeyCode::KEY_DPAD_RIGHT || (event.pressedCodes.size() == 1 && event.code == KeyC… in OnKeyEvent() 907 event.code == KeyCode::KEY_DPAD_RIGHT) { in OnKeyEvent() 920 } else if (focusChoice_ == FocusChoice::SEARCH && event.code == KeyCode::KEY_DPAD_RIGHT) { in OnKeyEvent() 926 (event.code == KeyCode::KEY_DPAD_RIGHT)) { in OnKeyEvent() 952 (event.code == KeyCode::KEY_DPAD_RIGHT)) { in OnKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | touch_event_test_ng.cpp | 486 touchEvent.SetPressedKeyCodes({ KeyCode::KEY_DPAD_LEFT, KeyCode::KEY_DPAD_RIGHT });
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_pattern_test_ng.cpp | 437 KeyEvent keyEventRight(KeyCode::KEY_DPAD_RIGHT, KeyAction::DOWN); 692 bool retFour = textPickerPattern->HandleDirectionKey(KeyCode::KEY_DPAD_RIGHT); 900 bool ret = textPickerPattern->HandleDirectionKey(KeyCode::KEY_DPAD_RIGHT);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | on_text_changed_listener_impl.cpp | 268 case KeyCode::KEY_DPAD_RIGHT: in HandleSelect()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …d) = 2013,<br>[KEY_DPAD_LEFT](_o_h___native_x_component.md) = 2014, [KEY_DPAD_RIGHT](_o_h___native…
|
H A D | native__key_event_8h.md | 22 …md) = 2013,<br>[KEY_DPAD_LEFT](_ark_u_i___native_module.md) = 2014, [KEY_DPAD_RIGHT](_ark_u_i___na…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …) = 2013,<br/>[KEY_DPAD_LEFT](_o_h___native_x_component.md) = 2014, [KEY_DPAD_RIGHT](_o_h___native…
|
H A D | _o_h___native_x_component.md | 55 …;KEY_DPAD_DOWN = 2013,KEY_DPAD_LEFT = 2014, KEY_DPAD_RIGHT = 20… 318 | KEY_DPAD_RIGHT | 导航键 向右 |
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_pattern.cpp | 696 event.code == KeyCode::KEY_DPAD_LEFT || event.code == KeyCode::KEY_DPAD_RIGHT) { in OnKeyEvent() 909 case KeyCode::KEY_DPAD_RIGHT: in ParseDirectionKey()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_row_pattern.cpp | 1110 event.code == KeyCode::KEY_DPAD_LEFT || event.code == KeyCode::KEY_DPAD_RIGHT || in OnKeyEvent() 1180 if (code == KeyCode::KEY_DPAD_RIGHT) { in HandleDirectionKey()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_pattern.cpp | 508 case KeyCode::KEY_DPAD_RIGHT: { in HandleKeyEvent() 585 case KeyCode::KEY_DPAD_RIGHT: { in HandleCalendarNodeKeyEvent()
|