Searched refs:getEstimator (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_VelocityTracker.cpp | 50 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/ |
D | VelocityTracker.java | 239 public boolean getEstimator(int id, int degree, int horizonMillis, Estimator outEstimator) { in getEstimator() method in VelocityTracker
|
/frameworks/base/libs/ui/ |
D | Input.cpp | 792 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/ |
D | Input.h | 686 bool getEstimator(uint32_t id, uint32_t degree, nsecs_t horizon,
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 539 mVelocity.getEstimator(id, -1, -1, ps.mEstimator); in addPointerEvent()
|