Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DPreferStylusOverTouchBlocker.cpp24 bool hasTouch = false; in checkToolType() local
33 hasTouch = true; in checkToolType()
36 return std::make_pair(hasTouch, hasStylus); in checkToolType()
99 const auto [hasTouch, hasStylus] = checkToolType(args); in processMotion()
103 if (hasTouch && hasStylus) { in processMotion()
154 const bool isTouchEvent = hasTouch; in processMotion()