Searched refs:oldArgs (Results 1 – 1 of 1) sorted by relevance
292 NotifyMotionArgs oldArgs = removePointerIds(args, oldSuppressedPointerIds); in cancelSuppressedPointers() local300 NotifyMotionArgs removedArgs{oldArgs}; in cancelSuppressedPointers()301 for (uint32_t i = 0; i < oldArgs.getPointerCount(); i++) { in cancelSuppressedPointers()302 const int32_t pointerId = oldArgs.pointerProperties[i].id; in cancelSuppressedPointers()317 oldArgs.flags |= AMOTION_EVENT_FLAG_CANCELED; in cancelSuppressedPointers()318 oldArgs.action = AMOTION_EVENT_ACTION_CANCEL; in cancelSuppressedPointers()319 return {oldArgs}; in cancelSuppressedPointers()