Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/include/input/
H A DMotionPredictorMetricsManager.h86 struct PredictionPoint : TouchPoint { struct
93 bool operator<(const PredictionPoint& other) const { argument
/aosp_15_r20/frameworks/native/libs/input/tests/
H A DMotionPredictorMetricsManager_test.cpp40 using PredictionPoint = MotionPredictorMetricsManager::PredictionPoint; typedef