Home
last modified time | relevance | path

Searched refs:predictionMotionEvent (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/input/tests/
DMotionPredictorMetricsManager_test.cpp212 const MotionEvent predictionMotionEvent = makeMotionEvent(predictionPoints); in TEST() local
214 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()