Searched refs:touchOnlyArgs (Results 1 – 1 of 1) sorted by relevance
716 std::optional<NotifyMotionArgs> touchOnlyArgs = removeStylusPointerIds(args); in processMotion() local717 if (touchOnlyArgs) { in processMotion()718 mSuppressedPointerIds = detectPalmPointers(*touchOnlyArgs); in processMotion()