Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.h70 const std::set<int32_t>& newSuppressedPointerIds);
DUnwantedInteractionBlocker.cpp288 const std::set<int32_t>& newSuppressedPointerIds) { in cancelSuppressedPointers() argument
303 if (newSuppressedPointerIds.find(pointerId) == newSuppressedPointerIds.end()) { in cancelSuppressedPointers()