Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityTracker.h53 struct Estimator { struct
56 // Estimator time base. argument
57 nsecs_t time;
60 float xCoeff[MAX_DEGREE + 1], yCoeff[MAX_DEGREE + 1];
64 uint32_t degree;
67 float confidence;
69 inline void clear() { in clear()
/frameworks/base/core/java/android/view/
DVelocityTracker.java433 public static final class Estimator { class in VelocityTracker