Searched refs:KEY_HOME (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/root/ |
H A D | root_element.cpp | 93 … if (keyEvent.code == KeyCode::KEY_HOME && keyEvent.action == KeyAction::UP && !isFullWindow) { in HandleSpecifiedKey()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 46 KEY_HOME = 1, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 29 KEY_HOME = 1, enumerator
|
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/src/ |
H A D | device.cpp | 453 } else if (TestBit(KEY_HOME, keyBitmask_) && (GetBus() == BUS_BLUETOOTH)) { in JudgeKeyboardType()
|
/ohos5.0/base/msdp/device_status/intention/services/device_manager/src/ |
H A D | device.cpp | 453 } else if (TestBit(KEY_HOME, keyBitmask_) && (GetBus() == BUS_BLUETOOTH)) { in JudgeKeyboardType()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 32 KEY_HOME = 1, enumerator
|
H A D | key_event_recognizer.cpp | 42 {KeyCode::KEY_HOME, "KEYCODE_HOME"}, in KeyCodeToString()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | focus_hub_test_ng_for_property_config.cpp | 407 keyEvent.pressedCodes.emplace_back(KeyCode::KEY_HOME); 1117 keyEvent.pressedCodes.emplace_back(KeyCode::KEY_HOME); 1153 keyEvent.pressedCodes.emplace_back(KeyCode::KEY_HOME);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …tive_x_component.md) = -1, [KEY_FN](_o_h___native_x_component.md) = 0, [KEY_HOME](_o_h___native_x_…
|
H A D | native__key_event_8h.md | 22 …i___native_module.md) = -1, [KEY_FN](_ark_u_i___native_module.md) = 0, [KEY_HOME](_ark_u_i___nativ…
|
H A D | _o_h___native_x_component.md | 55 …yCode](#oh_nativexcomponent_keycode) {<br>KEY_UNKNOWN = -1, KEY_FN = 0, KEY_HOME = 1, KEY_BACK = 2… 285 | KEY_HOME | Function (Home) key. |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …tive_x_component.md) = -1, [KEY_FN](_o_h___native_x_component.md) = 0, [KEY_HOME](_o_h___native_x_…
|
H A D | _o_h___native_x_component.md | 55 … {<br/>KEY_UNKNOWN = -1, KEY_FN = 0, KEY_HOME = 1,&nb… 287 | KEY_HOME | 功能(Home)键 |
|