Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp93 static bool isFromTouchscreen(int32_t source) { in isFromTouchscreen() function
232 if (!isFromTouchscreen(deviceInfo.getSources())) { in createPalmFilterDeviceInfo()
382 const bool sendToPalmRejector = it != mPalmRejectors.end() && isFromTouchscreen(args.source); in notifyMotionLocked()