Searched defs:groundTruthPoint (Results  1 – 2 of 2) sorted by relevance
| /frameworks/native/libs/input/tests/ | 
| D | MotionPredictorMetricsManager_test.cpp | 134 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/ | 
| D | MotionPredictorMetricsManager.cpp | 61     const GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f{coords->getY(),  in onRecord()  local119         const GroundTruthPoint& groundTruthPoint) {  in incorporateNewGroundTruth()
 
 |