HomeSort by relevance Sort by last modified time
    Searched defs:volt (Results 1 - 2 of 2) sorted by null

  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 208 int volt = 0; local
215 volt += val;
217 volt = volt / len;
234 // 'volt' is for the applied voltage, which causes a current to flow through the coil
238 int netforce = volt - mNeedleSpeed * 3 - (mNeedlePos + mSpringForceAtOrigin) ;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 330 int volt = 0; local
337 volt += val;
339 volt = volt / len;
357 // 'volt' is for the applied voltage, which causes a current to flow through the coil
361 int netforce = volt - mNeedleSpeed * 3 - (mNeedlePos + mSpringForceAtOrigin) ;

Completed in 268 milliseconds