OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mlasttouchedceilingtime
(Results
1 - 1
of
1
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
GameObject.java
39
private float
mLastTouchedCeilingTime
;
132
Utils.close(
mLastTouchedCeilingTime
, time.getGameTime(), COLLISION_SURFACE_DECAY_TIME);
217
return
mLastTouchedCeilingTime
;
221
mLastTouchedCeilingTime
= lastTouchedCeilingTime;
Completed in 2388 milliseconds