Searched refs:Estimator (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/include/input/ |
D | VelocityTracker.h | 37 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/ |
D | android_view_VelocityTracker.cpp | 54 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/ |
D | VelocityTracker.java | 47 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/ |
D | VelocityTracker.cpp | 253 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/ |
D | PointerLocationView.java | 75 private VelocityTracker.Estimator mEstimator = new VelocityTracker.Estimator(); 76 private VelocityTracker.Estimator mAltEstimator = new VelocityTracker.Estimator();
|
/frameworks/base/ |
D | preloaded-classes | 2159 android.view.VelocityTracker$Estimator
|
D | compiled-classes-phone | 4380 android.view.VelocityTracker$Estimator
|