Searched refs:shouldSendMotionToInputFilterLocked (Results 1 – 2 of 2) sorted by relevance
334 bool shouldSendMotionToInputFilterLocked(const NotifyMotionArgs& args) REQUIRES(mLock);
4625 if (shouldSendMotionToInputFilterLocked(args)) { in notifyMotion()4717 bool InputDispatcher::shouldSendMotionToInputFilterLocked(const NotifyMotionArgs& args) { in shouldSendMotionToInputFilterLocked() function in android::inputdispatcher::InputDispatcher