HomeSort by relevance Sort by last modified time
    Searched refs:acceleration (Results 101 - 110 of 110) sorted by null

1 2 3 45

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btRigidBody.java 398 public void setGravity(Vector3 acceleration) {
399 DynamicsJNI.btRigidBody_setGravity(swigCPtr, this, acceleration);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btRigidBody.h 220 void setGravity(const btVector3& acceleration);
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 76 CHECK_MEMBER_AT(sensors_event_t, acceleration, 24, 24);
  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp 279 mPendingEvents[CW_ACCELERATION].acceleration.status = SENSOR_STATUS_ACCURACY_HIGH;
349 mPendingEvents[CW_ACCELERATION_W].acceleration.status = SENSOR_STATUS_ACCURACY_HIGH;
    [all...]
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 281 static PixelFormatInfo::Acceleration translateAcceleration (int accel)
335 info.acceleration = translateAcceleration(values[2]);
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 593 // If the application owns the surface, don't enable hardware acceleration
4739 float acceleration = 1; field in class:ViewRootImpl.TrackballAxis
    [all...]
  /device/google/contexthub/sensorhal/
hubconnection.cpp 486 sv = &initEv(&nev[cnt++], timestamp, type, sensor)->acceleration;
512 sv = &initEv(&nev[cnt++], timestamp, type, sensor)->acceleration;
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 500 \subsubsection{\label{sec:o-x}\texttt{-x} or \texttt{--acc-factor}\\Acceleration
504 with no waiting time, this option specifies some acceleration factor
  /frameworks/native/services/inputflinger/
InputReader.cpp 815 "scale=%0.3f, lowThreshold=%0.3f, highThreshold=%0.3f, acceleration=%0.3f\n",
819 mConfig.pointerVelocityControlParameters.acceleration);
822 "scale=%0.3f, lowThreshold=%0.3f, highThreshold=%0.3f, acceleration=%0.3f\n",
826 mConfig.wheelVelocityControlParameters.acceleration);
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 661 milliseconds

1 2 3 45