Home
last modified time | relevance | path

Searched refs:Estimator (Results 1 – 8 of 8) 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.cpp252 Estimator estimator; in addMovement()
337 Estimator estimator; in getVelocity()
348 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { in getEstimator()
560 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
730 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
798 VelocityTracker::Estimator* outEstimator) const { in populateEstimator()
850 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java76 private VelocityTracker.Estimator mEstimator = new VelocityTracker.Estimator();
77 private VelocityTracker.Estimator mAltEstimator = new VelocityTracker.Estimator();
/frameworks/base/config/
Dpreloaded-classes2388 android.view.VelocityTracker$Estimator
Dcompiled-classes-phone4531 android.view.VelocityTracker$Estimator
Dboot-image-profile.txt52481 Landroid/view/VelocityTracker$Estimator;