Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/event_handler/src/
H A Dinput_event_handler.cpp112 if (type == LIBINPUT_EVENT_TOUCHPAD_DOWN || type == LIBINPUT_EVENT_TOUCHPAD_MOTION) { in UpdateDwtRecord()
154 if (type == LIBINPUT_EVENT_TOUCHPAD_MOTION) { in UpdateDwtTouchpadRecord()
230 if (type >= LIBINPUT_EVENT_TOUCHPAD_DOWN && type <= LIBINPUT_EVENT_TOUCHPAD_MOTION) { in IsTouchpadMistouch()
246 if (type == LIBINPUT_EVENT_TOUCHPAD_MOTION) { in IsTouchpadMistouch()
H A Devent_normalize_handler.cpp88 static_cast<int32_t>(LIBINPUT_EVENT_TOUCHPAD_MOTION),
132 if ((type < LIBINPUT_EVENT_TOUCHPAD_DOWN) || (type > LIBINPUT_EVENT_TOUCHPAD_MOTION)) { in HandleEvent()
170 case LIBINPUT_EVENT_TOUCHPAD_MOTION: { in HandleEvent()
491 if (type == LIBINPUT_EVENT_TOUCHPAD_MOTION && TouchPadKnuckleDoubleClickHandle(event)) { in HandleTouchPadEvent()
941 case static_cast<int32_t>(LIBINPUT_EVENT_TOUCHPAD_MOTION): { in SwipeInwardProcess()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput.h48 LIBINPUT_EVENT_TOUCHPAD_MOTION, enumerator
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_transform_processor_mock_test.cpp115 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(testing::Return(LIBINPUT_EVENT_TOUCHPAD_MOTION)); in HWTEST_F()
H A Dtouchpad_transform_processor_test.cpp1134 int32_t type = LIBINPUT_EVENT_TOUCHPAD_MOTION; in HWTEST_F()
/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_ex_test.cpp257 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_TOUCHPAD_MOTION)); in HWTEST_F()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp212 case LIBINPUT_EVENT_TOUCHPAD_MOTION: { in OnEvent()

Completed in 7 milliseconds