Home
last modified time | relevance | path

Searched refs:KEY_UP (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/multimodalinput_adapter/src/
H A Dmmi_adapter_impl.cpp24 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 Dvirtual_pen_keyboard.cpp27 …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 Dfingerprint_event_processor.cpp39 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 Devent_listener.cpp183 {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 Dinput_driver_source.template92 … 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 Dtouch_ft5406.c177 … device->driver->inputDev->abilitySet.keyCode[KEY_CODE_4TH] = SET_BIT(KEY_UP) | SET_BIT(KEY_DOWN); in SetAbility()
H A Dtouch_ft5x06.c173 device->driver->inputDev->abilitySet.keyCode[NUM_3] = SET_BIT(KEY_UP) | SET_BIT(KEY_DOWN); in SetAbility()
H A Dtouch_gt911.c283 … device->driver->inputDev->abilitySet.keyCode[KEY_CODE_4TH] = SET_BIT(KEY_UP) | SET_BIT(KEY_DOWN); in SetAbility()