Searched refs:estimate (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | VelocityTracker.java | 261 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/ |
D | common_clock_service.cpp | 75 status_t CommonClockService::getEstimatedError(int32_t* estimate) { in getEstimatedError() argument 76 *estimate = mTimeServer.getEstimatedError(); in getEstimatedError()
|
D | common_clock_service.h | 43 virtual status_t getEstimatedError(int32_t* estimate);
|
/frameworks/base/docs/html/guide/topics/location/ |
D | strategies.jd | 21 <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/ |
D | ICommonClock.h | 81 virtual status_t getEstimatedError(int32_t* estimate) = 0;
|
/frameworks/av/media/common_time/ |
D | ICommonClock.cpp | 154 virtual status_t getEstimatedError(int32_t* estimate) { in getEstimatedError() argument 161 *estimate = reply.readInt32(); in getEstimatedError()
|
/frameworks/base/docs/html/training/notify-user/ |
D | display-progress.jd | 44 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
|
D | index.jd | 100 operations where you can estimate how much has been completed (determinate progress) and
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 184 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/ |
D | x86.jd | 172 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/ |
D | widget_design.jd | 123 widgets—may vary across devices, you can use the table below to roughly estimate your widget's
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 696 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/ |
D | memory.jd | 315 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/ |
D | android-4.2.jd | 102 coarse location (and not fine location), the system will not provide a user location estimate
|
D | android-4.4.jd | 477 ….SensorManager#flush flush()} to capture the latest batch of events. To estimate when the memory w…
|