Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_ex_test.cpp81 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_AXIS)); in HWTEST_F()
107 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_AXIS)); in HWTEST_F()
156 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_AXIS)); in HWTEST_F()
/foundation/multimodalinput/input/service/crown_transform_processor/test/src/
H A Dcrown_transform_processor_ex_test.cpp85 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_AXIS)); in HWTEST_F()
H A Dcrown_transform_processor_test.cpp99 if (type == LIBINPUT_EVENT_POINTER_AXIS) { in GetEvent()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput.h33 LIBINPUT_EVENT_POINTER_AXIS, enumerator
/foundation/multimodalinput/input/service/crown_transform_processor/src/
H A Dcrown_transform_processor.cpp64 if (type == LIBINPUT_EVENT_POINTER_AXIS) { in IsCrownEvent()
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_transform_processor_test_withmock.cpp120 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_POINTER_AXIS)); in HWTEST_F()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp83 static_cast<int32_t>(LIBINPUT_EVENT_POINTER_AXIS),
158 case LIBINPUT_EVENT_POINTER_AXIS: in HandleEvent()
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp567 case LIBINPUT_EVENT_POINTER_AXIS: in Normalize()

Completed in 6 milliseconds