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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
PhysicsCollisionObject.java 85 private Object userObject;
276 * @return the userObject
279 return userObject;
283 * @param userObject the userObject to set
285 public void setUserObject(Object userObject) {
286 this.userObject = userObject;
PhysicsCollisionEvent.java 86 * @return A Spatial if the UserObject of the PhysicsCollisionObject is a Spatial
96 * @return A Spatial if the UserObject of the PhysicsCollisionObject is a Spatial
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
PhysicsCollisionObject.java 82 private Object userObject;
256 * @return the userObject
259 return userObject;
263 * @param userObject the userObject to set
265 public void setUserObject(Object userObject) {
266 this.userObject = userObject;
PhysicsCollisionEvent.java 91 * @return A Spatial if the UserObject of the PhysicsCollisionObject is a Spatial
101 * @return A Spatial if the UserObject of the PhysicsCollisionObject is a Spatial
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 450 * ar.userObject contains the original value of result.obj
480 * ar.userObject contains the original value of result.obj
492 * ar.userObject contains the original value of result.obj
510 * ar.userObject contains the original value of result.obj
532 * ar.userObject contains the original value of result.obj
544 * ar.userObject contains the original value of result.obj
556 * ar.userObject contains the original value of result.obj
569 * ar.userObject contains the original value of result.obj
595 * ar.userObject contains the original value of result.obj
617 * ar.userObject contains the original value of result.ob
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 732 * ar.userObject contains the orignal value of result.obj
742 * ar.userObject contains the orignal value of result.obj
753 * ar.userObject contains the orignal value of result.obj
762 * ar.userObject contains the orignal value of result.obj
775 * ar.userObject contains the orignal value of result.obj
788 * ar.userObject contains the orignal value of result.obj
797 * ar.userObject contains the orignal value of result.obj
806 * ar.userObject contains the orignal value of result.obj
815 * ar.userObject contains the orignal value of result.obj
825 * ar.userObject contains the orignal value of result.ob
    [all...]

Completed in 44 milliseconds