HomeSort by relevance Sort by last modified time
    Searched defs:getEstimator (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/
VelocityTracker.java 239 public boolean getEstimator(int id, int degree, int horizonMillis, Estimator outEstimator) {
  /frameworks/base/core/jni/
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,
133 return mVelocityTracker.getEstimator(id, degree, horizon, outEstimator);
191 bool result = state->getEstimator(id,
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 539 mVelocity.getEstimator(id, -1, -1, ps.mEstimator);

Completed in 57 milliseconds