Home
last modified time | relevance | path

Searched refs:Estimator (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/include/input/
DVelocityTracker.h53 struct Estimator { struct
112 bool getEstimator(uint32_t id, Estimator* outEstimator) const;
153 virtual bool getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const = 0;
185 virtual bool getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const;
228 virtual bool getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const;
246 void populateEstimator(const State& state, VelocityTracker::Estimator* outEstimator) const;
262 virtual bool getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const;
297 virtual bool getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const;
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp52 bool getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator);
132 bool VelocityTrackerState::getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator) { in getEstimator()
199 VelocityTracker::Estimator estimator; in android_view_VelocityTracker_nativeGetEstimator()
207 env->SetFloatArrayRegion(xCoeffObj, 0, VelocityTracker::Estimator::MAX_DEGREE + 1, in android_view_VelocityTracker_nativeGetEstimator()
209 env->SetFloatArrayRegion(yCoeffObj, 0, VelocityTracker::Estimator::MAX_DEGREE + 1, in android_view_VelocityTracker_nativeGetEstimator()
/frameworks/base/core/java/android/view/
DVelocityTracker.java185 private static native boolean nativeGetEstimator(long ptr, int id, Estimator outEstimator); in nativeGetEstimator()
414 public boolean getEstimator(int id, Estimator outEstimator) { in getEstimator()
433 public static final class Estimator { class in VelocityTracker
/frameworks/native/libs/input/
DVelocityTracker.cpp231 Estimator estimator; in addMovement()
308 Estimator estimator; in getVelocity()
319 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { in getEstimator()
594 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
782 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
850 VelocityTracker::Estimator* outEstimator) const { in populateEstimator()
899 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
1132 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java91 private VelocityTracker.Estimator mEstimator = new VelocityTracker.Estimator();
92 private VelocityTracker.Estimator mAltEstimator = new VelocityTracker.Estimator();
/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp228 VelocityTracker::Estimator estimator; in computeAndCheckQuadraticEstimate()
/frameworks/base/boot/
Dpreloaded-classes7592 android.view.VelocityTracker$Estimator
Dboot-image-profile.txt31319 Landroid/view/VelocityTracker$Estimator;
/frameworks/base/config/
Dpreloaded-classes7613 android.view.VelocityTracker$Estimator
Dboot-image-profile.txt40983 Landroid/view/VelocityTracker$Estimator;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66497 Landroid/view/VelocityTracker$Estimator;-><init>()V
66498 Landroid/view/VelocityTracker$Estimator;->estimate(F[F)F
66499 Landroid/view/VelocityTracker$Estimator;->estimateX(F)F
66500 Landroid/view/VelocityTracker$Estimator;->estimateY(F)F
66501 Landroid/view/VelocityTracker$Estimator;->getXCoeff(I)F
66502 Landroid/view/VelocityTracker$Estimator;->getYCoeff(I)F
66503 Landroid/view/VelocityTracker$Estimator;->MAX_DEGREE:I
66506 Landroid/view/VelocityTracker;->getEstimator(ILandroid/view/VelocityTracker$Estimator;)Z
66513 Landroid/view/VelocityTracker;->nativeGetEstimator(JILandroid/view/VelocityTracker$Estimator;)Z