Searched refs:hasTouch (Results 1 – 1 of 1) sorted by relevance
24 bool hasTouch = false; in checkToolType() local33 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()