Searched refs:groundTruthMotionEvent (Results 1 – 1 of 1) sorted by relevance
187 const MotionEvent groundTruthMotionEvent = makeMotionEvent(groundTruthPoint); in TEST() local189 ASSERT_EQ(1u, groundTruthMotionEvent.getPointerCount()); in TEST()191 ASSERT_EQ(0u, groundTruthMotionEvent.getHistorySize()); in TEST()192 EXPECT_EQ(groundTruthPoint.position[0], groundTruthMotionEvent.getRawPointerCoords(0)->getY()); in TEST()193 EXPECT_EQ(groundTruthPoint.position[1], groundTruthMotionEvent.getRawPointerCoords(0)->getX()); in TEST()195 groundTruthMotionEvent.getRawPointerCoords(0)->getAxisValue( in TEST()197 EXPECT_EQ(AMOTION_EVENT_ACTION_MOVE, groundTruthMotionEvent.getAction()); in TEST()