Searched defs:speed (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Mms/src/org/w3c/dom/smil/
H A DElementTimeManipulation.java25 * Defines the playback speed of element time. The value is specified as
26 * a multiple of normal (parent time container) play speed. Legal values
28 * default is <code>1.0</code> (no modification of speed).
33 public void setSpeed(float speed) argument
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadHandler.java92 public synchronized void setCurrentSpeed(long id, long speed) { argument
93 mCurrentSpeed.put(id, speed);
/packages/inputmethods/LatinIME/native/jni/src/
H A Dproximity_info_state.cpp190 const float speed = static_cast<float>(length) / static_cast<float>(duration); local
191 mRelativeSpeeds[i] = speed / averageSpeed;

Completed in 158 milliseconds