Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp583 const bool windowCanInterceptTouch = isStylus && windowInfo.interceptsStylus(); in windowAcceptsTouchAt() local
584 if (inputConfig.test(WindowInfo::InputConfig::NOT_TOUCHABLE) && !windowCanInterceptTouch) { in windowAcceptsTouchAt()