Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp710 mSuppressedPointerIds.clear(); in processMotion()
714 std::swap(oldSuppressedIds, mSuppressedPointerIds); in processMotion()
718 mSuppressedPointerIds = detectPalmPointers(*touchOnlyArgs); in processMotion()
722 mSuppressedPointerIds = oldSuppressedIds; in processMotion()
726 cancelSuppressedPointers(args, oldSuppressedIds, mSuppressedPointerIds); in processMotion()
734 mSuppressedPointerIds.begin(), mSuppressedPointerIds.end())) { in processMotion()
736 dumpSet(mSuppressedPointerIds).c_str(), ns2ms(args.eventTime - args.downTime), in processMotion()
757 out += dumpSet(mSuppressedPointerIds) + "\n"; in dump()
DUnwantedInteractionBlocker.h189 std::set<int32_t> mSuppressedPointerIds; variable