Home
last modified time | relevance | path

Searched refs:TV_CONTROL_UP (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_column_element.cpp89 if (keyEvent.code == KeyCode::KEY_DPAD_UP || keyEvent.code == KeyCode::TV_CONTROL_UP) { in OnKeyEvent()
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_element.cpp236 case KeyCode::TV_CONTROL_UP: in OnKeyEvent()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_element.cpp120 if (keyEvent.code == KeyCode::TV_CONTROL_UP || keyEvent.code == KeyCode::TV_CONTROL_DOWN || in OnKeyEvent()
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_element.cpp259 case KeyCode::TV_CONTROL_UP: in OnKeyEvent()
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h420 TV_CONTROL_UP = KEY_DPAD_UP, member in OHOS::MMI::KeyCode
/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.h250 bool flag = keyCode == KeyCode::TV_CONTROL_UP || keyCode == KeyCode::TV_CONTROL_DOWN || in OnFocusMove()
H A Dfocus_node.cpp645 case KeyCode::TV_CONTROL_UP:
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_element.cpp297 case KeyCode::TV_CONTROL_UP: in OnKeyEvent()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h423 TV_CONTROL_UP = KEY_DPAD_UP, member in OHOS::OHOS::Ace::KeyCode
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng.cpp279 keyEvent.code = KeyCode::TV_CONTROL_UP; in HWTEST_F()
283 * @tc.steps: step4. Focus hub is currently focused, FocusType is DISABLE and key code is TV_CONTROL_UP. in HWTEST_F()
1303 * @tc.steps5: test keyEvent with keyEvent.code == KeyCode::TV_CONTROL_UP. in HWTEST_F()
1306 keyEvent.code = KeyCode::TV_CONTROL_UP; in HWTEST_F()
H A Dfocus_hub_test_ng_new.cpp1224 keyEvent.code = KeyCode::TV_CONTROL_UP; in HWTEST_F()
H A Dfocus_hub_test_ng_for_property_config.cpp1119 keyEvent.code = KeyCode::TV_CONTROL_UP; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1925 if (KeyCode::TV_CONTROL_UP <= event.code && event.code <= KeyCode::TV_CONTROL_RIGHT && in OnKeyEvent()
1941 if (event.code == KeyCode::TV_CONTROL_UP) { in OnKeyEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp896 case KeyCode::TV_CONTROL_UP:

Completed in 21 milliseconds