Home
last modified time | relevance | path

Searched refs:LIBINPUT_EVENT_GESTURE_PINCH_BEGIN (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dgesture_transform_processor.cpp126 case LIBINPUT_EVENT_GESTURE_PINCH_BEGIN: { in OnEvent()
H A Dtouchpad_transform_processor.cpp228 case LIBINPUT_EVENT_GESTURE_PINCH_BEGIN: in OnEvent()
508 case LIBINPUT_EVENT_GESTURE_PINCH_BEGIN: { in GetPinchGestureType()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp92 static_cast<int32_t>(LIBINPUT_EVENT_GESTURE_PINCH_BEGIN),
178 case LIBINPUT_EVENT_GESTURE_PINCH_BEGIN: in HandleEvent()
543 if (type == LIBINPUT_EVENT_GESTURE_PINCH_BEGIN) { in HandleGestureEvent()
844 if (type != LIBINPUT_EVENT_GESTURE_PINCH_BEGIN) { in CancelTwoFingerAxis()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput.h53 LIBINPUT_EVENT_GESTURE_PINCH_BEGIN, enumerator
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_transform_processor_mock_test.cpp203 EXPECT_CALL(libinputMock, GetEventType).WillRepeatedly(testing::Return(LIBINPUT_EVENT_GESTURE_PINCH_BEGIN)); in HWTEST_F()
H A Dtouchpad_transform_processor_test.cpp1212 int32_t type = LIBINPUT_EVENT_GESTURE_PINCH_BEGIN; in HWTEST_F()
1225 type = LIBINPUT_EVENT_GESTURE_PINCH_BEGIN; in HWTEST_F()

Completed in 6 milliseconds