Searched refs:accel (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java362 float[] accel = new float[3];
363 accel[0] = totalForce[0]/mass;
364 accel[1] = totalForce[1]/mass;
365 accel[2] = totalForce[2]/mass;
368 mVel[0] = mVel[0] + accel[0]*deltaT;
369 mVel[1] = mVel[1] + accel[1]*deltaT;
370 mVel[2] = mVel[2] + accel[2]*deltaT;
/frameworks/av/services/audioflinger/
H A DEffects.cpp1018 uint32_t accel = flags & EFFECT_FLAG_HW_ACC_MASK; local
1019 if (accel) {
1021 switch (accel) {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5010 float accel = 1;
5016 accel = mX.acceleration;
5024 accel = mY.acceleration;
5031 int accelMovement = (int)(movement * accel);
5034 + " accel=" + accel);

Completed in 122 milliseconds