Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h582 bool isTouchTrustedLocked(const TouchOcclusionInfo& occlusionInfo) const REQUIRES(mLock);
DInputDispatcher.cpp3207 bool InputDispatcher::isTouchTrustedLocked(const TouchOcclusionInfo& occlusionInfo) const { in isTouchTrustedLocked() function in android::inputdispatcher::InputDispatcher
5256 if (!isTouchTrustedLocked(occlusionInfo)) { in canWindowReceiveMotionLocked()