Home
last modified time | relevance | path

Searched refs:LIBINPUT_EVENT_TOUCH_CANCEL (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput.h43 LIBINPUT_EVENT_TOUCH_CANCEL, enumerator
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_transform_processor_test.cpp483 if (type == LIBINPUT_EVENT_TOUCH_CANCEL || type == LIBINPUT_EVENT_TOUCH_FRAME) { in HWTEST_F()
528 if (type == LIBINPUT_EVENT_TOUCH_CANCEL || type == LIBINPUT_EVENT_TOUCH_FRAME) { in HWTEST_F()
/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_ex_test.cpp136 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(Return(LIBINPUT_EVENT_TOUCH_CANCEL)); in HWTEST_F()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp122 if (type == LIBINPUT_EVENT_TOUCH_CANCEL || type == LIBINPUT_EVENT_TOUCH_FRAME) { in HandleEvent()

Completed in 4 milliseconds