Home
last modified time | relevance | path

Searched refs:accel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
DGL2CameraEye.java362 float[] accel = new float[3]; in doPhysics() local
363 accel[0] = totalForce[0]/mass; in doPhysics()
364 accel[1] = totalForce[1]/mass; in doPhysics()
365 accel[2] = totalForce[2]/mass; in doPhysics()
368 mVel[0] = mVel[0] + accel[0]*deltaT; in doPhysics()
369 mVel[1] = mVel[1] + accel[1]*deltaT; in doPhysics()
370 mVel[2] = mVel[2] + accel[2]*deltaT; in doPhysics()
/frameworks/base/docs/html/guide/topics/graphics/
Dindex.jd9 <li><a href="{@docRoot}guide/topics/graphics/hardware-accel.html">Hardware Acceleration</a></li>
32 <dt><strong><a href="{@docRoot}guide/topics/graphics/hardware-accel.html">Hardware
/frameworks/base/core/java/android/view/
DViewRootImpl.java2970 float accel = 1; in deliverTrackballEvent() local
2976 accel = x.acceleration; in deliverTrackballEvent()
2984 accel = y.acceleration; in deliverTrackballEvent()
2991 int accelMovement = (int)(movement * accel); in deliverTrackballEvent()
2994 + " accel=" + accel); in deliverTrackballEvent()
/frameworks/base/docs/html/sdk/
Dandroid-4.0.jd1653 operations, see the <a href="{@docRoot}guide/topics/graphics/hardware-accel.html">Hardware