Home
last modified time | relevance | path

Searched refs:estimate (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/view/
DVelocityTracker.java261 return estimate(time, xCoeff); in estimateX()
270 return estimate(time, yCoeff); in estimateY()
291 private float estimate(float time, float[] c) { in estimate() method in VelocityTracker.Estimator
/frameworks/base/libs/common_time/
Dcommon_clock_service.cpp75 status_t CommonClockService::getEstimatedError(int32_t* estimate) { in getEstimatedError() argument
76 *estimate = mTimeServer.getEstimatedError(); in getEstimatedError()
Dcommon_clock_service.h43 virtual status_t getEstimatedError(int32_t* estimate);
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd21 <li><a href="#BestEstimate">Maintaining a current best estimate</a></li>
183 <li>Maintain a "current best estimate" of location by filtering out new, but less accurate
186 <li>Take advantage of the last best location estimate.</li>
237 when the location is used, improves the accuracy of the estimate. Always beware that listening for a
247 <h3 id="BestEstimate">Maintaining a current best estimate</h3>
256 <li>Check if the location retrieved is significantly newer than the previous estimate.</li>
258 estimate.</li>
333 from which to choose a best estimate.</p>
374 content takes and judge if this duration allows for efficient collection of a location estimate.</p>
386 <li>Rearrange recommendations when a new best estimate is obtained</li>
/frameworks/av/include/common_time/
DICommonClock.h81 virtual status_t getEstimatedError(int32_t* estimate) = 0;
/frameworks/av/media/common_time/
DICommonClock.cpp154 virtual status_t getEstimatedError(int32_t* estimate) { in getEstimatedError() argument
161 *estimate = reply.readInt32(); in getEstimatedError()
/frameworks/base/docs/html/training/notify-user/
Ddisplay-progress.jd44 of an ongoing operation. If you can estimate how long the operation takes and how much of it
46 (a progress bar). If you can't estimate the length of the operation, use the
Dindex.jd100 operations where you can estimate how much has been completed (determinate progress) and
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp184 int32_t estimate = *it; in estimateBandwidth() local
185 if (minEstimate < 0 || minEstimate > estimate) { in estimateBandwidth()
186 minEstimate = estimate; in estimateBandwidth()
188 if (maxEstimate < 0 || maxEstimate < estimate) { in estimateBandwidth()
189 maxEstimate = estimate; in estimateBandwidth()
/frameworks/base/docs/html/ndk/guides/
Dx86.jd172 How do I use VRECPE/VRECPEQ for reciprocal estimate?</a> on the ARM website, and Volume 2, p.
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dwidget_design.jd123 widgets&mdash;may vary across devices, you can use the table below to roughly estimate your widget's
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd696 of an ongoing operation. If you can estimate how long the operation takes and how much of it
698 (a progress bar). If you can't estimate the length of the operation, use the
/frameworks/base/docs/html/training/articles/
Dmemory.jd315 android.app.ActivityManager#getMemoryClass()} to get an estimate of your app's available heap in
324 android.app.ActivityManager#getLargeMemoryClass()} to get an estimate of the large heap size.</p>
/frameworks/base/docs/html/about/versions/
Dandroid-4.2.jd102 coarse location (and not fine location), the system will not provide a user location estimate
Dandroid-4.4.jd477 ….SensorManager#flush flush()} to capture the latest batch of events. To estimate when the memory w…