Searched refs:Estimator (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/include/input/ |
D | VelocityTracker.h | 53 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/ |
D | android_view_VelocityTracker.cpp | 52 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/ |
D | VelocityTracker.java | 185 private static native boolean nativeGetEstimator(long ptr, int id, Estimator outEstimator); in nativeGetEstimator() 414 public boolean getEstimator(int id, Estimator outEstimator) { in getEstimator() 433 public static final class Estimator { class in VelocityTracker
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 231 Estimator estimator; in addMovement() 308 Estimator estimator; in getVelocity() 319 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { in getEstimator() 594 VelocityTracker::Estimator* outEstimator) const { in getEstimator() 782 VelocityTracker::Estimator* outEstimator) const { in getEstimator() 850 VelocityTracker::Estimator* outEstimator) const { in populateEstimator() 899 VelocityTracker::Estimator* outEstimator) const { in getEstimator() 1132 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 91 private VelocityTracker.Estimator mEstimator = new VelocityTracker.Estimator(); 92 private VelocityTracker.Estimator mAltEstimator = new VelocityTracker.Estimator();
|
/frameworks/native/libs/input/tests/ |
D | VelocityTracker_test.cpp | 228 VelocityTracker::Estimator estimator; in computeAndCheckQuadraticEstimate()
|
/frameworks/base/boot/ |
D | preloaded-classes | 7592 android.view.VelocityTracker$Estimator
|
D | boot-image-profile.txt | 31319 Landroid/view/VelocityTracker$Estimator;
|
/frameworks/base/config/ |
D | preloaded-classes | 7613 android.view.VelocityTracker$Estimator
|
D | boot-image-profile.txt | 40983 Landroid/view/VelocityTracker$Estimator;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 66497 Landroid/view/VelocityTracker$Estimator;-><init>()V 66498 Landroid/view/VelocityTracker$Estimator;->estimate(F[F)F 66499 Landroid/view/VelocityTracker$Estimator;->estimateX(F)F 66500 Landroid/view/VelocityTracker$Estimator;->estimateY(F)F 66501 Landroid/view/VelocityTracker$Estimator;->getXCoeff(I)F 66502 Landroid/view/VelocityTracker$Estimator;->getYCoeff(I)F 66503 Landroid/view/VelocityTracker$Estimator;->MAX_DEGREE:I 66506 Landroid/view/VelocityTracker;->getEstimator(ILandroid/view/VelocityTracker$Estimator;)Z 66513 Landroid/view/VelocityTracker;->nativeGetEstimator(JILandroid/view/VelocityTracker$Estimator;)Z
|