Searched refs:KEY_DOWN (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 | 23 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 D | virtual_pen_keyboard.cpp | 28 …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 D | fingerprint_event_processor.cpp | 38 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 D | event_listener.cpp | 184 {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 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()
|