Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DMotionPredictorMetricsManager_test.cpp135 MotionEvent makeMotionEvent(const GroundTruthPoint& groundTruthPoint) { in makeMotionEvent()
184 const GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f(10.0f, 20.0f), in TEST() local
244 const GroundTruthPoint& groundTruthPoint, size_t numPoints, in generateConstantGroundTruthPoints()
283 const GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f(10, 20), .pressure = 0.3f}, in TEST() local
343 const GroundTruthPoint& groundTruthPoint, in generateConstantPredictions()
383 const GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f(10, 20), .pressure = 0.3f}, in TEST() local
740 GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f(10.0f, 20.0f), .pressure = 0.6f}, in TEST() local
989 GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f(0.0f, 0.0f), .pressure = 0.5f}, in TEST() local
/frameworks/native/libs/input/
DMotionPredictorMetricsManager.cpp81 const GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f{coords->getY(), in onRecord() local
144 const GroundTruthPoint& groundTruthPoint) { in incorporateNewGroundTruth()