Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp713 std::set<int32_t> oldSuppressedIds; in processMotion() local
714 std::swap(oldSuppressedIds, mSuppressedPointerIds); in processMotion()
722 mSuppressedPointerIds = oldSuppressedIds; in processMotion()
726 cancelSuppressedPointers(args, oldSuppressedIds, mSuppressedPointerIds); in processMotion()
733 if (!std::includes(oldSuppressedIds.begin(), oldSuppressedIds.end(), in processMotion()