Searched refs:estimate (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DVelocityTracker.java300 * Gets an estimate of the X position of the pointer at the specified time point.
305 return estimate(time, xCoeff);
309 * Gets an estimate of the Y position of the pointer at the specified time point.
314 return estimate(time, yCoeff);
335 private float estimate(float time, float[] c) { method in class:VelocityTracker.Estimator
/frameworks/base/services/common_time/
H A Dcommon_clock_service.cpp75 status_t CommonClockService::getEstimatedError(int32_t* estimate) { argument
76 *estimate = mTimeServer.getEstimatedError();
H A Dcommon_clock_service.h43 virtual status_t getEstimatedError(int32_t* estimate);
/frameworks/av/include/common_time/
H A DICommonClock.h51 // a reserved invalid error estimate
81 virtual status_t getEstimatedError(int32_t* estimate) = 0;
/frameworks/av/media/common_time/
H A DICommonClock.cpp154 virtual status_t getEstimatedError(int32_t* estimate) { argument
161 *estimate = reply.readInt32();

Completed in 91 milliseconds