OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBounciness
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
SimplePhysicsComponent.java
22
private float
mBounciness
;
32
mBounciness
= DEFAULT_BOUNCINESS;
36
mBounciness
= bounciness;
49
velocityY = -velocityY *
mBounciness
;
58
velocityX = -velocityX *
mBounciness
;
PhysicsComponent.java
26
private float
mBounciness
; // 1.0 = super bouncy, 0.0 = zero bounce
234
return
mBounciness
;
238
mBounciness
= bounciness;
Completed in 154 milliseconds