Searched defs:groundTruthPoint (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/frameworks/native/libs/input/tests/ |
H A D | MotionPredictorMetricsManager_test.cpp | 135 MotionEvent makeMotionEvent(const GroundTruthPoint& groundTruthPoint) { in makeMotionEvent() 185 const GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f(10.0f, 20.0f), in TEST() local 245 const GroundTruthPoint& groundTruthPoint, size_t numPoints, in generateConstantGroundTruthPoints() 284 const GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f(10, 20), .pressure = 0.3f}, in TEST() local 344 const GroundTruthPoint& groundTruthPoint, in generateConstantPredictions() 384 const GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f(10, 20), .pressure = 0.3f}, in TEST() local 741 GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f(10.0f, 20.0f), .pressure = 0.6f}, in TEST() local 990 GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f(0.0f, 0.0f), .pressure = 0.5f}, in TEST() local
|
/aosp_15_r20/frameworks/native/libs/input/ |
H A D | MotionPredictorMetricsManager.cpp | 81 const GroundTruthPoint groundTruthPoint{{.position = Eigen::Vector2f{coords->getY(), in onRecord() local 144 const GroundTruthPoint& groundTruthPoint) { in incorporateNewGroundTruth()
|