Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityTracker.h37 struct Estimator { struct
96 bool getEstimator(uint32_t id, Estimator* outEstimator) const;
132 virtual bool getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const = 0;
164 virtual bool getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const;
207 virtual bool getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const;
225 void populateEstimator(const State& state, VelocityTracker::Estimator* outEstimator) const;
241 virtual bool getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const;
276 virtual bool getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const;
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp54 bool getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator);
135 bool VelocityTrackerState::getEstimator(int32_t id, VelocityTracker::Estimator* outEstimator) { in getEstimator()
198 VelocityTracker::Estimator estimator; in android_view_VelocityTracker_nativeGetEstimator()
206 env->SetFloatArrayRegion(xCoeffObj, 0, VelocityTracker::Estimator::MAX_DEGREE + 1, in android_view_VelocityTracker_nativeGetEstimator()
208 env->SetFloatArrayRegion(yCoeffObj, 0, VelocityTracker::Estimator::MAX_DEGREE + 1, in android_view_VelocityTracker_nativeGetEstimator()
/frameworks/base/core/java/android/view/
DVelocityTracker.java48 private static native boolean nativeGetEstimator(long ptr, int id, Estimator outEstimator); in nativeGetEstimator()
214 public boolean getEstimator(int id, Estimator outEstimator) { in getEstimator()
233 public static final class Estimator { class in VelocityTracker
/frameworks/native/libs/input/
DVelocityTracker.cpp261 Estimator estimator; in addMovement()
346 Estimator estimator; in getVelocity()
357 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { in getEstimator()
627 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
813 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
881 VelocityTracker::Estimator* outEstimator) const { in populateEstimator()
929 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
1161 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.cpp223 VelocityTracker::Estimator estimator; in computeAndCheckQuadraticEstimate()
/frameworks/base/config/
Dpreloaded-classes3872 android.view.VelocityTracker$Estimator
Dhiddenapi-greylist-max-o.txt77603 Landroid/view/VelocityTracker$Estimator;-><init>()V
77604 Landroid/view/VelocityTracker$Estimator;->estimate(F[F)F
77605 Landroid/view/VelocityTracker$Estimator;->estimateX(F)F
77606 Landroid/view/VelocityTracker$Estimator;->estimateY(F)F
77607 Landroid/view/VelocityTracker$Estimator;->getXCoeff(I)F
77608 Landroid/view/VelocityTracker$Estimator;->getYCoeff(I)F
77609 Landroid/view/VelocityTracker$Estimator;->MAX_DEGREE:I
77612 Landroid/view/VelocityTracker;->getEstimator(ILandroid/view/VelocityTracker$Estimator;)Z
77619 Landroid/view/VelocityTracker;->nativeGetEstimator(JILandroid/view/VelocityTracker$Estimator;)Z
Dboot-image-profile.txt36583 Landroid/view/VelocityTracker$Estimator;