Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DPreferStylusOverTouchBlocker.cpp29 bool hasTouch = false; in checkToolType() local
37 hasTouch = true; in checkToolType()
40 return std::make_pair(hasTouch, hasStylus); in checkToolType()
103 const auto [hasTouch, hasStylus] = checkToolType(args); in processMotion()
110 if (hasTouch && hasStylus) { in processMotion()
164 const bool isTouchEvent = hasTouch; in processMotion()