Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp157 NotifyMotionArgs pointer1Only = removePointerIds(args, {0}); in TEST()
160 NotifyMotionArgs pointer0Only = removePointerIds(args, {1}); in TEST()
172 NotifyMotionArgs pointer1Only = removePointerIds(args, {0, 2}); in TEST()
184 NotifyMotionArgs pointers0And2 = removePointerIds(args, {1}); in TEST()
187 NotifyMotionArgs pointers1And2 = removePointerIds(args, {0}); in TEST()
198 NotifyMotionArgs noPointers = removePointerIds(args, {0, 1}); in TEST()
210 NotifyMotionArgs pointer1 = removePointerIds(args, {0, 2}); in TEST()
214 pointer1 = removePointerIds(args, {0, 2}); in TEST()
/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp164 NotifyMotionArgs removePointerIds(const NotifyMotionArgs& args, in removePointerIds() function
222 NotifyMotionArgs withoutStylusPointers = removePointerIds(args, stylusPointerIds); in removeStylusPointerIds()
292 NotifyMotionArgs oldArgs = removePointerIds(args, oldSuppressedPointerIds); in cancelSuppressedPointers()
309 removedArgs = removePointerIds(removedArgs, {pointerId}); in cancelSuppressedPointers()
327 removedArgs = removePointerIds(removedArgs, {pointerId}); in cancelSuppressedPointers()
DUnwantedInteractionBlocker.h65 NotifyMotionArgs removePointerIds(const NotifyMotionArgs& args,