OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTargetVelocity
(Results
1 - 9
of
9
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/
RotationalLimitMotor.java
80
public void
setTargetVelocity
(float targetVelocity) {
81
setTargetVelocity
(motorId, targetVelocity);
84
private native void
setTargetVelocity
(long motorId, float targetVelocity);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/motors/
RotationalLimitMotor.java
70
public void
setTargetVelocity
(float targetVelocity) {
/external/replicaisland/src/com/replica/replicaisland/
GameObject.java
180
public final void
setTargetVelocity
(Vector2 targetVelocity) {
PhysicsComponent.java
121
parentObject.
setTargetVelocity
(newVelocity);
/frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java
471
mScroller.
setTargetVelocity
(xTargetVelocity, yTargetVelocity);
838
public void
setTargetVelocity
(float x, float y) {
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java
470
mScroller.
setTargetVelocity
(xTargetVelocity, yTargetVelocity);
837
public void
setTargetVelocity
(float x, float y) {
[
all
...]
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SixDofJoint.java
189
rotationalLimitMotor.
setTargetVelocity
(capsule.readFloat("rotMotor" + i + "_TargetVelocity", 0));
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SixDofJoint.java
187
rotationalLimitMotor.
setTargetVelocity
(capsule.readFloat("rotMotor" + i + "_TargetVelocity", 0));
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar
Completed in 179 milliseconds