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

/frameworks/base/core/java/android/view/
H A DVelocityTracker.java256 * Gets an estimate of the X position of the pointer at the specified time point.
261 return estimate(time, xCoeff);
265 * Gets an estimate of the Y position of the pointer at the specified time point.
270 return estimate(time, yCoeff);
291 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 48 milliseconds