OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frictionCoeff
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java
350
float
frictionCoeff
= 10.f;
358
totalForce[0] = -mPos[0] * springStrength - mVel[0]*
frictionCoeff
+ gMultiplier*mGForce[0]*mass;
359
totalForce[1] = -mPos[1] * springStrength - mVel[1]*
frictionCoeff
+ gMultiplier*mGForce[1]*mass;
360
totalForce[2] = -mPos[2] * springStrength - mVel[2]*
frictionCoeff
+ gMultiplier*mGForce[2]*mass;
/frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java
311
public void setFrictionCoefficient(float
frictionCoeff
) {
312
mScript.set_frictionCoeff(
frictionCoeff
);
[
all
...]
carousel.rs
189
float
frictionCoeff
; // how much to slow down the carousel over time
[
all
...]
Completed in 83 milliseconds