Home
last modified time | relevance | path

Searched defs:cancelTouch (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.cpp93 std::list<NotifyArgs> InputMapper::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch() function in android::InputMapper
DTouchInputMapper.cpp3706 std::list<NotifyArgs> TouchInputMapper::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch() function in android::TouchInputMapper
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h473 [[nodiscard]] inline std::list<NotifyArgs> cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch() function
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp654 std::list<NotifyArgs> InputDevice::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch() function in android::InputDevice
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java3004 private void cancelTouch() { in cancelTouch() method