Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/input/tests/
H A DMotionPredictorMetricsManager_test.cpp150 MotionEvent makeMotionEvent(const std::vector<PredictionPoint>& predictionPoints) { in makeMotionEvent()
204 predictionPoints{{{.position = Eigen::Vector2f(10.0f, 20.0f), .pressure = 0.6f}, in TEST() local
387 const std::vector<PredictionPoint> predictionPoints = in TEST() local
403 const std::vector<PredictionPoint> predictionPoints = generatePredictionsByLinearExtrapolation( in TEST() local
521 const std::vector<std::vector<PredictionPoint>>& predictionPoints) { in computeGeneralPositionErrors()
566 const std::vector<std::vector<PredictionPoint>>& predictionPoints) { in computePressureRmses()
599 std::vector<std::vector<PredictionPoint>> predictionPoints = in TEST() local
661 std::vector<std::vector<PredictionPoint>> predictionPoints = in TEST() local
698 const std::vector<std::vector<PredictionPoint>>& predictionPoints, in runMetricsManager()
746 std::vector<std::vector<PredictionPoint>> predictionPoints; in TEST() local
[all …]