Home
last modified time | relevance | path

Searched refs:LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN (Results 1 - 9 of 9) sorted by relevance

/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_gesture_test.cpp63 EXPECT_CALL(libinputMock, GetEventType).WillOnce(Return(LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN)); in HWTEST_F()
H A Dgesture_transform_processor_test.cpp119 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(testing::Return(LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN)); in HWTEST_F()
H A Dtouchpad_transform_processor_mock_test.cpp137 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(testing::Return(LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN)); in HWTEST_F()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dgesture_transform_processor.cpp141 case LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN: in OnEvent()
H A Dtouchpad_transform_processor.cpp216 case LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN: { in OnEvent()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput.h50 LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN = 800, enumerator
/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_ex_test.cpp199 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN)); in HWTEST_F()
H A Devent_normalize_handler_test.cpp95 event->type = LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN; in HWTEST_F()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp89 static_cast<int32_t>(LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN),
175 case LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN: in HandleEvent()

Completed in 7 milliseconds