Home
last modified time | relevance | path

Searched refs:getEstimator (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp50 bool getEstimator(int32_t id, uint32_t degree, nsecs_t horizon,
131 bool VelocityTrackerState::getEstimator(int32_t id, uint32_t degree, nsecs_t horizon, in getEstimator() function in android::VelocityTrackerState
133 return mVelocityTracker.getEstimator(id, degree, horizon, outEstimator); in getEstimator()
191 bool result = state->getEstimator(id, in android_view_VelocityTracker_nativeGetEstimator()
/frameworks/base/core/java/android/view/
DVelocityTracker.java239 public boolean getEstimator(int id, int degree, int horizonMillis, Estimator outEstimator) { in getEstimator() method in VelocityTracker
/frameworks/base/libs/ui/
DInput.cpp792 getEstimator(id, DEFAULT_DEGREE, DEFAULT_HORIZON, &estimator); in addMovement()
1016 if (getEstimator(id, DEFAULT_DEGREE, DEFAULT_HORIZON, &estimator)) { in getVelocity()
1028 bool VelocityTracker::getEstimator(uint32_t id, uint32_t degree, nsecs_t horizon, in getEstimator() function in android::VelocityTracker
/frameworks/base/include/ui/
DInput.h686 bool getEstimator(uint32_t id, uint32_t degree, nsecs_t horizon,
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java539 mVelocity.getEstimator(id, -1, -1, ps.mEstimator); in addPointerEvent()