Searched refs:Estimator (Results 1 – 9 of 9) 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; 276 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 | 48 private static native boolean nativeGetEstimator(long ptr, int id, Estimator outEstimator); in nativeGetEstimator() 214 public boolean getEstimator(int id, Estimator outEstimator) { in getEstimator() 233 public static final class Estimator { class in VelocityTracker
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 261 Estimator estimator; in addMovement() 346 Estimator estimator; in getVelocity() 357 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { in getEstimator() 627 VelocityTracker::Estimator* outEstimator) const { in getEstimator() 813 VelocityTracker::Estimator* outEstimator) const { in getEstimator() 881 VelocityTracker::Estimator* outEstimator) const { in populateEstimator() 929 VelocityTracker::Estimator* outEstimator) const { in getEstimator() 1161 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 | 223 VelocityTracker::Estimator estimator; in computeAndCheckQuadraticEstimate()
|
/frameworks/base/config/ |
D | preloaded-classes | 3872 android.view.VelocityTracker$Estimator
|
D | hiddenapi-greylist-max-o.txt | 77603 Landroid/view/VelocityTracker$Estimator;-><init>()V 77604 Landroid/view/VelocityTracker$Estimator;->estimate(F[F)F 77605 Landroid/view/VelocityTracker$Estimator;->estimateX(F)F 77606 Landroid/view/VelocityTracker$Estimator;->estimateY(F)F 77607 Landroid/view/VelocityTracker$Estimator;->getXCoeff(I)F 77608 Landroid/view/VelocityTracker$Estimator;->getYCoeff(I)F 77609 Landroid/view/VelocityTracker$Estimator;->MAX_DEGREE:I 77612 Landroid/view/VelocityTracker;->getEstimator(ILandroid/view/VelocityTracker$Estimator;)Z 77619 Landroid/view/VelocityTracker;->nativeGetEstimator(JILandroid/view/VelocityTracker$Estimator;)Z
|
D | boot-image-profile.txt | 36583 Landroid/view/VelocityTracker$Estimator;
|