Searched refs:KEY_UP (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/web/webview/ohos_adapter/multimodalinput_adapter/src/ |
H A D | mmi_adapter_impl.cpp | 24 const int32_t KEY_UP = 1; variable 64 …t32_t keyAction = (keyEvent->GetKeyAction() == MMI::KeyEvent::KEY_ACTION_DOWN) ? KEY_DOWN : KEY_UP; in OnInputEvent()
|
/ohos5.0/foundation/multimodalinput/input/tools/vuinput/src/ |
H A D | virtual_pen_keyboard.cpp | 27 …KEY_102ND, KEY_KPENTER, KEY_RIGHTCTRL, KEY_KPSLASH, KEY_RIGHTALT, KEY_UP, KEY_PAGEUP, KEY_LEFT, KE… in VirtualPenKeyboard()
|
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/src/ |
H A D | fingerprint_event_processor.cpp | 39 constexpr int32_t KEY_UP { 2 }; variable 110 iter->second.first = KEY_UP; in SetPowerAndVolumeKeyState() 183 } else if (keystate == KEY_UP) { in CheckKeyMisTouchState()
|
/ohos5.0/base/update/updater/services/ui/control/ |
H A D | event_listener.cpp | 183 {KEY_UP, OHOS::FOCUS_DIRECTION_UP}, in ProcessVolumeKey()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/input_template/ |
H A D | input_driver_source.template | 92 … device->driver->inputDev->abilitySet.keyCode[KEY_CODE_4TH] = SET_BIT(KEY_UP) | SET_BIT(KEY_DOWN);
|
/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/ |
H A D | touch_ft5406.c | 177 … device->driver->inputDev->abilitySet.keyCode[KEY_CODE_4TH] = SET_BIT(KEY_UP) | SET_BIT(KEY_DOWN); in SetAbility()
|
H A D | touch_ft5x06.c | 173 device->driver->inputDev->abilitySet.keyCode[NUM_3] = SET_BIT(KEY_UP) | SET_BIT(KEY_DOWN); in SetAbility()
|
H A D | touch_gt911.c | 283 … device->driver->inputDev->abilitySet.keyCode[KEY_CODE_4TH] = SET_BIT(KEY_UP) | SET_BIT(KEY_DOWN); in SetAbility()
|