HomeSort by relevance Sort by last modified time
    Searched defs:userValue0 (Results 1 - 2 of 2) sorted by null

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
ContactCacheTest.java 43 public void onContactStarted (int userValue0, boolean match0, int userValue1, boolean match1) {
45 final BulletEntity e = (BulletEntity)(entities.get(userValue0));
47 Gdx.app.log(Float.toString(time), "Contact started " + userValue0);
57 public void onContactEnded (int userValue0, boolean match0, int userValue1, boolean match1) {
59 final BulletEntity e = (BulletEntity)(entities.get(userValue0));
61 Gdx.app.log(Float.toString(time), "Contact ended " + userValue0);
76 final int userValue0 = manifold.getBody0().getUserValue();
79 final BulletEntity e = (BulletEntity)(entities.get(userValue0));
81 Gdx.app.log(Float.toString(time), "Contact started " + userValue0);
92 final int userValue0 = colObj0.getUserValue();
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
CollisionJNI.java     [all...]

Completed in 87 milliseconds