Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/multimodalinput_adapter/src/
H A Dmmi_adapter_impl.cpp23 const int32_t KEY_DOWN = 0; variable
64 …int32_t keyAction = (keyEvent->GetKeyAction() == MMI::KeyEvent::KEY_ACTION_DOWN) ? KEY_DOWN : KEY_… in OnInputEvent()
/ohos5.0/foundation/multimodalinput/input/tools/vuinput/src/
H A Dvirtual_pen_keyboard.cpp28 …KEY_END, KEY_DOWN, KEY_PAGEDOWN, KEY_DELETE, KEY_POWER, KEY_KPEQUAL, KEY_LEFTMETA, KEY_RIGHTMETA, … in VirtualPenKeyboard()
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/src/
H A Dfingerprint_event_processor.cpp38 constexpr int32_t KEY_DOWN { 1 }; variable
107 iter->second.first = KEY_DOWN; in SetPowerAndVolumeKeyState()
181 if (keystate == KEY_DOWN) { in CheckKeyMisTouchState()
/ohos5.0/base/update/updater/services/ui/control/
H A Devent_listener.cpp184 {KEY_DOWN, OHOS::FOCUS_DIRECTION_DOWN}, 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()