Home
last modified time | relevance | path

Searched defs:predictionPoints (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/input/tests/
DMotionPredictorMetricsManager_test.cpp149 MotionEvent makeMotionEvent(const std::vector<PredictionPoint>& predictionPoints) { in makeMotionEvent()
202 predictionPoints{{{.position = Eigen::Vector2f(10.0f, 20.0f), .pressure = 0.6f}, in TEST() local
377 const std::vector<PredictionPoint> predictionPoints = in TEST() local
394 const std::vector<PredictionPoint> predictionPoints = generatePredictionsByLinearExtrapolation( in TEST() local
512 const std::vector<std::vector<PredictionPoint>>& predictionPoints) { in computeGeneralPositionErrors()
557 const std::vector<std::vector<PredictionPoint>>& predictionPoints) { in computePressureRmses()
590 std::vector<std::vector<PredictionPoint>> predictionPoints = in TEST() local
652 std::vector<std::vector<PredictionPoint>> predictionPoints = in TEST() local
685 const std::vector<std::vector<PredictionPoint>>& predictionPoints, in runMetricsManager()
739 std::vector<std::vector<PredictionPoint>> predictionPoints; in TEST() local
[all …]