Home
last modified time | relevance | path

Searched refs:LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_transform_processor_test_withmock.cpp98 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD)); in HWTEST_F()
219 int32_t evenType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; in HWTEST_F()
239 int32_t evenType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; in HWTEST_F()
259 int32_t evenType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; in HWTEST_F()
362 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD)); in HWTEST_F()
H A Dmouse_transform_processor_test.cpp1019 int32_t eventType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; in HWTEST_F()
1083 int32_t eventType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; in HWTEST_F()
1447 int32_t evenType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; in HWTEST_F()
1463 int32_t evenType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; in HWTEST_F()
1495 int32_t evenType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; in HWTEST_F()
1527 int32_t evenType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; in HWTEST_F()
1544 int32_t evenType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; in HWTEST_F()
/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_ex_test.cpp77 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD)); in HWTEST_F()
103 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD)); in HWTEST_F()
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp195 type == LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD) { in HandleButtonInner()
564 case LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD: in Normalize()
820 evenType == LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD) { in HandleTouchpadRightButton()
850 evenType == LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD) { in HandleTouchpadLeftButton()
867 evenType == LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD) { in HandleTouchpadTwoFingerButton()
886 if (evenType != LIBINPUT_EVENT_POINTER_TAP && evenType != LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD) { in TransTouchpadRightButton()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput.h35 LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD, enumerator
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp82 static_cast<int32_t>(LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD),
157 case LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD: in HandleEvent()
863 if (type == LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD) { in TerminateAxis()
H A Dinput_event_handler.cpp240 if (type == LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD) { in IsTouchpadMistouch()

Completed in 8 milliseconds