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()
413 public boolean getEstimator(int id, Estimator outEstimator) { in getEstimator()
432 public static final class Estimator { class in VelocityTracker
/frameworks/native/libs/input/
DVelocityTracker.cpp251 Estimator estimator; in addMovement()
327 Estimator estimator; in getVelocity()
338 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { in getEstimator()
612 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
798 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
866 VelocityTracker::Estimator* outEstimator) const { in populateEstimator()
915 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
1148 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java93 private VelocityTracker.Estimator mEstimator = new VelocityTracker.Estimator();
94 private VelocityTracker.Estimator mAltEstimator = new VelocityTracker.Estimator();
/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp228 VelocityTracker::Estimator estimator; in computeAndCheckQuadraticEstimate()
/frameworks/base/boot/
Dpreloaded-classes8219 android.view.VelocityTracker$Estimator
Dboot-image-profile.txt30767 Landroid/view/VelocityTracker$Estimator;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63174 Landroid/view/VelocityTracker$Estimator;-><init>()V
63175 Landroid/view/VelocityTracker$Estimator;->estimate(F[F)F
63176 Landroid/view/VelocityTracker$Estimator;->estimateX(F)F
63177 Landroid/view/VelocityTracker$Estimator;->estimateY(F)F
63178 Landroid/view/VelocityTracker$Estimator;->getXCoeff(I)F
63179 Landroid/view/VelocityTracker$Estimator;->getYCoeff(I)F
63180 Landroid/view/VelocityTracker$Estimator;->MAX_DEGREE:I
63183 Landroid/view/VelocityTracker;->getEstimator(ILandroid/view/VelocityTracker$Estimator;)Z
63190 Landroid/view/VelocityTracker;->nativeGetEstimator(JILandroid/view/VelocityTracker$Estimator;)Z
/frameworks/base/config/
Dpreloaded-classes8250 android.view.VelocityTracker$Estimator
Dboot-image-profile.txt40762 Landroid/view/VelocityTracker$Estimator;