OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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) ;
/frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl
77
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
471
int temp, int
volt
) {
473
mStats.setBatteryState(status, health, plugType, level, temp,
volt
);
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
[
all
...]
Completed in 570 milliseconds