HomeSort by relevance Sort by last modified time
    Searched full:brake (Results 1 - 24 of 24) sorted by null

  /frameworks/base/data/keyboards/
Vendor_046d_Product_c294.kl 50 # Accelerator / Brake
52 # 80..ff : brake
53 axis 0x01 split 0x7f GAS BRAKE
Vendor_046d_Product_c299.kl 61 # Brake
62 axis 0x05 invert BRAKE
Generic.kl 420 axis 0x0a BRAKE
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsVehicle.h 110 * Method: brake
com_jme3_bullet_objects_PhysicsVehicle.cpp 199 * Method: brake
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsVehicle.java 452 * Apply the given brake force to all wheels, works continuously
455 public void brake(float force) { method in class:PhysicsVehicle
457 brake(i, force); method
462 * Apply the given brake force, works continuously
466 public void brake(int wheel, float force) { method in class:PhysicsVehicle
467 brake(vehicleId, wheel, force); method
470 private native void brake(long vehicleId, int wheel, float force); method in class:PhysicsVehicle
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCar.java 204 vehicle.brake(brakeForce);
206 vehicle.brake(0f);
TestAttachDriver.java 271 vehicle.brake(brakeForce);
273 vehicle.brake(0f);
TestFancyCar.java 244 player.brake(40f);
246 player.brake(0f);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsVehicle.java 435 * Apply the given brake force to all wheels, works continuously
438 public void brake(float force) { method in class:PhysicsVehicle
445 * Apply the given brake force, works continuously
449 public void brake(int wheel, float force) { method in class:PhysicsVehicle
  /frameworks/base/include/androidfw/
KeycodeLabels.h 293 { "BRAKE", 23 },
  /docs/source.android.com/src/tech/input/
key-layout-files.md 117 axis 0x01 split 0x7f GAS BRAKE
130 (indicated by `BRAKE`), and inverts the output by negating it.
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppRS.java 248 mActiveScene.assignRenderStateToMaterial(aluminum, "^Brake");
  /external/qemu/android/
hw-events.h 494 ABS_CODE(BRAKE, 0x0a) \
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 134 # It is intended mainly as a brake to keep a runaway server from taking
apache2-httpd.conf 134 # It is intended mainly as a brake to keep a runaway server from taking
apache2-msys-httpd.conf 134 # It is intended mainly as a brake to keep a runaway server from taking
cygwin-httpd.conf 152 # It is intended mainly as a brake to keep a runaway server from taking
httpd.conf 152 # It is intended mainly as a brake to keep a runaway server from taking
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]
  /packages/inputmethods/LatinIME/dictionaries/
en_gb_wordlist.xml     [all...]
en_us_wordlist.xml     [all...]
en_wordlist.xml     [all...]

Completed in 2743 milliseconds