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