Searched refs:mSuppressedPointerIds (Results 1 – 2 of 2) sorted by relevance
710 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()
189 std::set<int32_t> mSuppressedPointerIds; variable