Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityTracker.h37 struct Estimator { struct
40 // Estimator time base. argument
41 nsecs_t time;
44 float xCoeff[MAX_DEGREE + 1], yCoeff[MAX_DEGREE + 1];
48 uint32_t degree;
51 float confidence;
53 inline void clear() { in clear()
/frameworks/base/core/java/android/view/
DVelocityTracker.java231 public static final class Estimator { class in VelocityTracker