Lines Matching refs:NotifyMotionArgs
36 static NotifyMotionArgs generateMotionArgs(nsecs_t downTime, nsecs_t eventTime, int32_t action, in generateMotionArgs()
66 NotifyMotionArgs args(/*id=*/0, eventTime, /*readTime=*/0, deviceId, source, in generateMotionArgs()
80 void assertNotBlocked(const NotifyMotionArgs& args) { assertResponse(args, {args}); } in assertNotBlocked()
82 void assertDropped(const NotifyMotionArgs& args) { assertResponse(args, {}); } in assertDropped()
84 void assertResponse(const NotifyMotionArgs& args, in assertResponse()
85 const std::vector<NotifyMotionArgs>& expected) { in assertResponse()
86 std::vector<NotifyMotionArgs> receivedArgs = mBlocker.processMotion(args); in assertResponse()
110 NotifyMotionArgs args; in TEST_F()
123 NotifyMotionArgs args; in TEST_F()
140 NotifyMotionArgs args; in TEST_F()
149 NotifyMotionArgs cancelArgs = in TEST_F()
167 NotifyMotionArgs args; in TEST_F()
188 NotifyMotionArgs args; in TEST_F()
215 NotifyMotionArgs args; in TEST_F()
245 NotifyMotionArgs args; in TEST_F()
276 NotifyMotionArgs args; in TEST_F()
302 NotifyMotionArgs touch1Down = in TEST_F()
306 NotifyMotionArgs touch2Down = in TEST_F()
311 NotifyMotionArgs stylusDown = in TEST_F()
313 NotifyMotionArgs cancelArgs1 = touch1Down; in TEST_F()
316 NotifyMotionArgs cancelArgs2 = touch2Down; in TEST_F()
330 NotifyMotionArgs touch1Down = in TEST_F()
335 NotifyMotionArgs stylusDown = in TEST_F()
337 NotifyMotionArgs cancelArgs1 = touch1Down; in TEST_F()
343 NotifyMotionArgs stylusUp = in TEST_F()
348 NotifyMotionArgs touch1Move = in TEST_F()
353 NotifyMotionArgs touch2Down = in TEST_F()
359 NotifyMotionArgs touch1Up = in TEST_F()
364 NotifyMotionArgs touch2Move = in TEST_F()
370 NotifyMotionArgs touch2Up = in TEST_F()
376 NotifyMotionArgs touch3Down = in TEST_F()
380 NotifyMotionArgs touch4Down = in TEST_F()
405 NotifyMotionArgs touchDown = in TEST_F()
411 NotifyMotionArgs args = in TEST_F()
413 NotifyMotionArgs cancelTouchArgs = touchDown; in TEST_F()
456 NotifyMotionArgs args; in TEST_F()