OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACCELERATION
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
NPCComponent.java
61
private static final float
ACCELERATION
= 300.0f;
100
mAcceleration =
ACCELERATION
;
482
public void setSpeeds(float horizontalImpulse, float slowHorizontalImpulse, float upImpulse, float downImpulse, float
acceleration
) {
487
mAcceleration =
acceleration
;
/device/generic/goldfish/sensors/
sensors_qemu.c
79
SENSOR_(
ACCELERATION
,"
acceleration
") \
164
* to enable the
acceleration
sensor.
293
/* "
acceleration
:<x>:<y>:<z>" corresponds to an
acceleration
event */
294
if (sscanf(buff, "
acceleration
:%g:%g:%g", params+0, params+1, params+2)
297
events[ID_ACCELERATION].
acceleration
.x = params[0];
298
events[ID_ACCELERATION].
acceleration
.y = params[1];
299
events[ID_ACCELERATION].
acceleration
.z = params[2];
Completed in 659 milliseconds