Searched refs:tracedMotions (Results 1 – 1 of 1) sorted by relevance
87 ArrayMap<AndroidMotionEvent::Decoder, bool /*redacted*/> tracedMotions; in decodeTrace() local113 tracedMotions.emplace_back(event.dispatcher_motion_event(), in decodeTrace()117 tracedMotions.emplace_back(event.dispatcher_motion_event_redacted(), in decodeTrace()139 return std::tuple{std::move(tracedMotions), std::move(tracedKeys), in decodeTrace()218 auto [tracedMotions, tracedKeys, tracedWindowDispatches] = decodeTrace(rawTrace); in verifyExpectations()220 verifyExpectedEventsTraced(mExpectedMotions, tracedMotions, "motion"); in verifyExpectations()