Searched refs:cancelSuppressedPointers (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | UnwantedInteractionBlocker_test.cpp | 225 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{}, in TEST() 237 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{1}, in TEST() 249 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{1}, in TEST() 264 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{}, in TEST() 279 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{}, in TEST() 294 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{}, in TEST() 309 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{}, in TEST() 324 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{}, in TEST() 340 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{1}, in TEST() 355 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{0, 1}, in TEST()
|
/frameworks/native/services/inputflinger/ |
D | UnwantedInteractionBlocker.h | 68 std::vector<NotifyMotionArgs> cancelSuppressedPointers(
|
D | UnwantedInteractionBlocker.cpp | 286 std::vector<NotifyMotionArgs> cancelSuppressedPointers( in cancelSuppressedPointers() function 726 cancelSuppressedPointers(args, oldSuppressedIds, mSuppressedPointerIds); in processMotion()
|