Home
last modified time | relevance | path

Searched refs:STATE_PRESS (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ui_lite/frameworks/dfx/
H A Devent_injector.cpp160 dataArray[0].state = InputDevice::STATE_PRESS; in SetClickEvent()
184 dataArray[i].state = InputDevice::STATE_PRESS; in SetLongPressEvent()
220 dataArray[i].state = InputDevice::STATE_PRESS; in SetDragEvent()
232 dataArray[i].state = InputDevice::STATE_PRESS; in SetDragEvent()
/foundation/arkui/ui_lite/frameworks/dock/
H A Dinput_device.h46 constexpr static uint8_t STATE_PRESS = 1; member in OHOS::InputDevice
H A Dpointer_input_device.cpp50 if (data.state == STATE_PRESS) { in DispatchEvent()
/foundation/arkui/ui_lite/tools/qt/simulator/drivers/indev/
H A Dkey_input.cpp51 g_lastKeyState = InputDevice::STATE_PRESS; in KeyHandler()
H A Dmouse_input.cpp32 data.state = leftButtonDown_ ? STATE_PRESS : STATE_RELEASE; in Read()
/foundation/arkui/ui_lite/test/unittest/dfx/
H A Devent_injector_unit_test.cpp387 EventInjector::GetInstance()->SetKeyEvent(keyId, InputDevice::STATE_PRESS); in HWTEST_F()
408 EventInjector::GetInstance()->SetKeyEvent(keyId, InputDevice::STATE_PRESS); in HWTEST_F()
410 bool ret = EventInjector::GetInstance()->SetKeyEvent(keyId, InputDevice::STATE_PRESS); in HWTEST_F()
/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.h207 case InputDevice::STATE_PRESS:
/foundation/arkui/ui_lite/test/uitest/test_event_injector/
H A Dui_test_event_injector.cpp424 EventInjector::GetInstance()->SetKeyEvent(keyId, InputDevice::STATE_PRESS); in OnClick()

Completed in 5 milliseconds