Home
last modified time | relevance | path

Searched refs:handleGesture (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DGestureConverter_test.cpp99 converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
114 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
131 converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
156 converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, downGesture); in TEST_F()
180 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, leftUpGesture); in TEST_F()
193 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, rightUpGesture); in TEST_F()
215 converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
220 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, downGesture); in TEST_F()
238 converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, downGesture); in TEST_F()
254 args = converter.handleGesture(ARBITRARY_TIME, READ_TIME, ARBITRARY_TIME, moveGesture); in TEST_F()
[all …]
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.h60 [[nodiscard]] std::list<NotifyArgs> handleGesture(nsecs_t when, nsecs_t readTime,
DGestureConverter.cpp138 std::list<NotifyArgs> GestureConverter::handleGesture(nsecs_t when, nsecs_t readTime, in handleGesture() function in android::GestureConverter
/frameworks/native/services/inputflinger/reader/mapper/
DTouchpadInputMapper.cpp492 out += mGestureConverter.handleGesture(when, readTime, mGestureStartTime, gesture); in processGestures()