Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DMotionPredictorMetricsManager_test.cpp134 MotionEvent makeMotionEvent(const GroundTruthPoint& groundTruthPoint) { in makeMotionEvent()
183 const GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f(10.0f, 20.0f), in TEST() local
241 const GroundTruthPoint& groundTruthPoint, size_t numPoints) { in generateConstantGroundTruthPoints()
279 const GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f(10, 20), .pressure = 0.3f}, in TEST() local
336 std::vector<PredictionPoint> generateConstantPredictions(const GroundTruthPoint& groundTruthPoint) { in generateConstantPredictions()
375 const GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f(10, 20), .pressure = 0.3f}, in TEST() local
734 GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f(10.0f, 20.0f), .pressure = 0.6f}, in TEST() local
/frameworks/native/libs/input/
DMotionPredictorMetricsManager.cpp61 const GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f{coords->getY(), in onRecord() local
119 const GroundTruthPoint& groundTruthPoint) { in incorporateNewGroundTruth()