Searched defs:cancelTouch (Results 1 – 5 of 5) sorted by relevance
75 void InputMapper::cancelTouch(nsecs_t when, nsecs_t readTime) {} in cancelTouch() function in android::InputMapper
3770 void TouchInputMapper::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch() function in android::TouchInputMapper
398 inline void cancelTouch(nsecs_t when, nsecs_t readTime) { mDevice.cancelTouch(when, readTime); } in cancelTouch() function
551 void InputDevice::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch() function in android::InputDevice
3004 private void cancelTouch() { in cancelTouch() method