Home
last modified time | relevance | path

Searched refs:shouldSendMotionToInputFilterLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h334 bool shouldSendMotionToInputFilterLocked(const NotifyMotionArgs& args) REQUIRES(mLock);
DInputDispatcher.cpp4625 if (shouldSendMotionToInputFilterLocked(args)) { in notifyMotion()
4717 bool InputDispatcher::shouldSendMotionToInputFilterLocked(const NotifyMotionArgs& args) { in shouldSendMotionToInputFilterLocked() function in android::inputdispatcher::InputDispatcher