OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:volt
(Results
1 - 2
of
2
) sorted by null
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java
203
int
volt
= 0;
local
210
volt
+= val;
212
volt
=
volt
* 4 / len; // arbitrary scalar to get better range
230
// '
volt
' is for the applied voltage, which causes a current to flow through the coil
234
int netforce =
volt
- mNeedleSpeed * 3 - (mNeedlePos + mSpringForceAtOrigin) ;
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java
331
int
volt
= 0;
local
338
volt
+= val;
340
volt
=
volt
* 4 / len; // arbitrary scalar to get better range
358
// '
volt
' is for the applied voltage, which causes a current to flow through the coil
362
int netforce =
volt
- mNeedleSpeed * 3 - (mNeedlePos + mSpringForceAtOrigin) ;
Completed in 39 milliseconds