Home
last modified time | relevance | path

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

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