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