Searched defs:cancelTouch (Results 1 – 5 of 5) sorted by relevance
93 std::list<NotifyArgs> InputMapper::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch() function in android::InputMapper
3706 std::list<NotifyArgs> TouchInputMapper::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch() function in android::TouchInputMapper
473 [[nodiscard]] inline std::list<NotifyArgs> cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch() function
654 std::list<NotifyArgs> InputDevice::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch() function in android::InputDevice
3004 private void cancelTouch() { in cancelTouch() method