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() 413 public boolean getEstimator(int id, Estimator outEstimator) { in getEstimator() 432 public static final class Estimator { class in VelocityTracker
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 251 Estimator estimator; in addMovement() 327 Estimator estimator; in getVelocity() 338 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { in getEstimator() 612 VelocityTracker::Estimator* outEstimator) const { in getEstimator() 798 VelocityTracker::Estimator* outEstimator) const { in getEstimator() 866 VelocityTracker::Estimator* outEstimator) const { in populateEstimator() 915 VelocityTracker::Estimator* outEstimator) const { in getEstimator() 1148 VelocityTracker::Estimator* outEstimator) const { in getEstimator()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 93 private VelocityTracker.Estimator mEstimator = new VelocityTracker.Estimator(); 94 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 | 8219 android.view.VelocityTracker$Estimator
|
D | boot-image-profile.txt | 30767 Landroid/view/VelocityTracker$Estimator;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 63174 Landroid/view/VelocityTracker$Estimator;-><init>()V 63175 Landroid/view/VelocityTracker$Estimator;->estimate(F[F)F 63176 Landroid/view/VelocityTracker$Estimator;->estimateX(F)F 63177 Landroid/view/VelocityTracker$Estimator;->estimateY(F)F 63178 Landroid/view/VelocityTracker$Estimator;->getXCoeff(I)F 63179 Landroid/view/VelocityTracker$Estimator;->getYCoeff(I)F 63180 Landroid/view/VelocityTracker$Estimator;->MAX_DEGREE:I 63183 Landroid/view/VelocityTracker;->getEstimator(ILandroid/view/VelocityTracker$Estimator;)Z 63190 Landroid/view/VelocityTracker;->nativeGetEstimator(JILandroid/view/VelocityTracker$Estimator;)Z
|
/frameworks/base/config/ |
D | preloaded-classes | 8250 android.view.VelocityTracker$Estimator
|
D | boot-image-profile.txt | 40762 Landroid/view/VelocityTracker$Estimator;
|