Searched refs:windowCanInterceptTouch (Results 1 – 1 of 1) sorted by relevance
583 const bool windowCanInterceptTouch = isStylus && windowInfo.interceptsStylus(); in windowAcceptsTouchAt() local584 if (inputConfig.test(WindowInfo::InputConfig::NOT_TOUCHABLE) && !windowCanInterceptTouch) { in windowAcceptsTouchAt()