HomeSort by relevance Sort by last modified time
    Searched refs:volt (Results 1 - 5 of 5) 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) ;
  /frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl 113 void setBatteryState(int status, int health, int plugType, int level, int temp, int volt);
  /frameworks/base/services/core/java/com/android/server/am/
BatteryStatsService.java 676 int temp, int volt) {
678 mStats.setBatteryState(status, health, plugType, level, temp, volt);
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 206 milliseconds