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 196 int volt = 0; local
203 volt += val;
205 volt = volt / len;
222 // 'volt' is for the applied voltage, which causes a current to flow through the coil
226 int netforce = volt - mNeedleSpeed * 3 - (mNeedlePos + mSpringForceAtOrigin) ;
  /frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl 72 void setBatteryState(int status, int health, int plugType, int level, int temp, int volt);
  /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/services/java/com/android/server/am/
BatteryStatsService.java 432 int temp, int volt) {
434 mStats.setBatteryState(status, health, plugType, level, temp, volt);
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 117 milliseconds