Home
last modified time | relevance | path

Searched refs:Estimator (Results 1 – 7 of 7) 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;
/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.java47 private static native boolean nativeGetEstimator(long ptr, int id, Estimator outEstimator); in nativeGetEstimator()
212 public boolean getEstimator(int id, Estimator outEstimator) { in getEstimator()
231 public static final class Estimator { class in VelocityTracker
/frameworks/native/libs/input/
DVelocityTracker.cpp253 Estimator estimator; in addMovement()
338 Estimator estimator; in getVelocity()
349 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { in getEstimator()
561 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
731 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
799 VelocityTracker::Estimator* outEstimator) const { in populateEstimator()
851 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java75 private VelocityTracker.Estimator mEstimator = new VelocityTracker.Estimator();
76 private VelocityTracker.Estimator mAltEstimator = new VelocityTracker.Estimator();
/frameworks/base/
Dpreloaded-classes2159 android.view.VelocityTracker$Estimator
Dcompiled-classes-phone4380 android.view.VelocityTracker$Estimator