Home
last modified time | relevance | path

Searched refs:GestureConverter (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp65 GestureConverter::GestureConverter(InputReaderContext& readerContext, in GestureConverter() function in android::GestureConverter
74 std::string GestureConverter::dump() const { in dump()
88 std::list<NotifyArgs> GestureConverter::reset(nsecs_t when) { in reset()
116 void GestureConverter::populateMotionRanges(InputDeviceInfo& info) const { in populateMotionRanges()
138 std::list<NotifyArgs> GestureConverter::handleGesture(nsecs_t when, nsecs_t readTime, in handleGesture()
171 std::list<NotifyArgs> GestureConverter::handleMove(nsecs_t when, nsecs_t readTime, in handleMove()
222 std::list<NotifyArgs> GestureConverter::handleButtonsChange(nsecs_t when, nsecs_t readTime, in handleButtonsChange()
298 std::list<NotifyArgs> GestureConverter::releaseAllButtons(nsecs_t when, nsecs_t readTime) { in releaseAllButtons()
326 std::list<NotifyArgs> GestureConverter::handleScroll(nsecs_t when, nsecs_t readTime, in handleScroll()
360 std::list<NotifyArgs> GestureConverter::handleFling(nsecs_t when, nsecs_t readTime, in handleFling()
[all …]
DGestureConverter.h44 class GestureConverter {
46 GestureConverter(InputReaderContext& readerContext, const InputDeviceContext& deviceContext,
/frameworks/native/services/inputflinger/tests/
DGestureConverter_test.cpp94 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F()
125 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F()
148 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F()
210 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F()
230 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F()
284 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F()
342 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F()
397 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F()
421 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F()
446 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F()
[all …]
/frameworks/native/services/inputflinger/reader/mapper/
DTouchpadInputMapper.h93 GestureConverter mGestureConverter;
/frameworks/native/services/inputflinger/reader/
DAndroid.bp68 "mapper/gestures/GestureConverter.cpp",