Searched refs:predictionMotionEvent (Results 1 – 1 of 1) sorted by relevance
212 const MotionEvent predictionMotionEvent = makeMotionEvent(predictionPoints); in TEST() local214 ASSERT_EQ(1u, predictionMotionEvent.getPointerCount()); in TEST()216 ASSERT_EQ(predictionPoints.size(), predictionMotionEvent.getHistorySize() + 1); in TEST()219 const PointerCoords coords = *predictionMotionEvent.getHistoricalRawPointerCoords( in TEST()226 predictionMotionEvent.getHistoricalEventTime(i)); in TEST()227 EXPECT_EQ(AMOTION_EVENT_ACTION_MOVE, predictionMotionEvent.getAction()); in TEST()