/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.cpp | 75 { KeyComb(KeyCode::KEY_MOVE_END), [](tic* c) -> void { c->CursorMove(CaretMoveIntent::LineEnd); } }, 81 { KeyComb(KeyCode::KEY_MOVE_END, KEY_CTRL), [](tic* c) -> void { c->CursorMove(CaretMoveIntent::End); } }, 88 { KeyComb(KeyCode::KEY_MOVE_END, KEY_SHIFT), [](tic* c) -> void { c->HandleSelect(CaretMoveIntent::LineEnd); } }, 99 { KeyComb(KeyCode::KEY_MOVE_END, KEY_CTRL | KEY_SHIFT),
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 144 KEY_MOVE_END = 2082, enumerator
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.cpp | 485 pressedCodes_.push_back(OHOS::MMI::KeyCode::KEY_MOVE_END); in CreateClearEvent() 486 events_.push_back(KeyEvent { KeyActionState::DOWN, OHOS::MMI::KeyCode::KEY_MOVE_END, 0 }); in CreateClearEvent() 487 events_.push_back(KeyEvent { KeyActionState::UP, OHOS::MMI::KeyCode::KEY_MOVE_END, 0 }); in CreateClearEvent()
|
H A D | component_test_component_impl.cpp | 157 keyCodes.push_back(OHOS::MMI::KeyCode::KEY_MOVE_END); in ClearTextImpl()
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 137 KEY_MOVE_END = 2082, member in OHOS::MMI::KeyCode
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 140 KEY_MOVE_END = 2082, member in OHOS::OHOS::Ace::KeyCode
|
H A D | key_event_recognizer.cpp | 150 {KeyCode::KEY_MOVE_END, "KEYCODE_MOVE_END"}, in KeyCodeToString()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_event_test_ng.cpp | 62 event.code = KeyCode::KEY_MOVE_END; in FocusTest() 1047 event.code = KeyCode::KEY_MOVE_END; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_pattern.cpp | 240 if ((event.code == KeyCode::KEY_MOVE_HOME || event.code == KeyCode::KEY_MOVE_END) && IsSelectOption()) { in OnKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_ui_extension_pattern.cpp | 401 event.IsKey({ KeyCode::KEY_MOVE_HOME }) || event.IsKey({ KeyCode::KEY_MOVE_END }) || event.IsEscapeKey())) { in HandleKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_pattern.cpp | 732 case KeyCode::KEY_MOVE_END: in OnKeyEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_pattern.cpp | 541 case KeyCode::KEY_MOVE_END: { in HandleKeyEvent() 624 case KeyCode::KEY_MOVE_END: { in HandleCalendarNodeKeyEvent()
|
H A D | calendar_picker_pattern.cpp | 575 case KeyCode::KEY_MOVE_END: { in HandleFocusEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_row_pattern.cpp | 1185 event.code == KeyCode::KEY_MOVE_HOME || event.code == KeyCode::KEY_MOVE_END) { in OnKeyEvent() 1258 if (code == KeyCode::KEY_MOVE_END) { in ParseDirectionKey()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_pattern.cpp | 584 if (event.code == KeyCode::KEY_MOVE_END) { in OnKeyEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/ |
H A D | calendar_picker_test_ng.cpp | 461 KeyEvent keyEventSeven(KeyCode::KEY_MOVE_END, KeyAction::DOWN); in HWTEST_F() 2327 KeyEvent keyEventSeven(KeyCode::KEY_MOVE_END, KeyAction::DOWN); in HWTEST_F() 2378 KeyEvent keyEventFive(KeyCode::KEY_MOVE_END, KeyAction::DOWN); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_pattern.cpp | 478 event.code == KeyCode::KEY_MOVE_HOME || event.code == KeyCode::KEY_MOVE_END) { in OnKeyEvent() 513 if (code == KeyCode::KEY_MOVE_END) { in ParseDirectionKey()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/ |
H A D | rating_test_ng.cpp | 1070 * @tc.cases: case. cover branch event action is DOWN and KeyCode is KEY_MOVE_END. in HWTEST_F() 1072 event.code = KeyCode::KEY_MOVE_END; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | focus_hub_test_ng_new.cpp | 1234 keyEvent.code = KeyCode::KEY_MOVE_END; in HWTEST_F()
|
H A D | focus_hub_test_ng_for_property_config.cpp | 1131 keyEvent.code = KeyCode::KEY_MOVE_END; in HWTEST_F()
|
H A D | focus_hub_test_ng.cpp | 1331 keyEvent.code = KeyCode::KEY_MOVE_END; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/patternlock/ |
H A D | patternlock_test_ng.cpp | 731 * @tc.case: case14: KeyAction is DOWN, KeyCode is KEY_MOVE_END and current point is first point. in HWTEST_F() 733 event.code = KeyCode::KEY_MOVE_END; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_pattern.cpp | 785 if (event.code == KeyCode::KEY_MOVE_END) { in OnKeyEvent() 839 if (event.code == KeyCode::KEY_MOVE_END) { in OnKeyEventWithoutClick()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.cpp | 908 case KeyCode::KEY_MOVE_END:
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_test_ng.cpp | 1430 KeyEvent keyEventEnd(KeyCode::KEY_MOVE_END, KeyAction::DOWN); in HWTEST_F()
|