Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DPreferStylusOverTouchBlocker.cpp27 static std::pair<bool, bool> checkToolType(const NotifyMotionArgs& args) { in checkToolType() function
103 const auto [hasTouch, hasStylus] = checkToolType(args); in processMotion()