Home | History | Annotate | Download | only in replicaisland

Lines Matching refs:getTargetVelocity

146         	parentObject.getTargetVelocity().x = 0;
314 parentObject.getTargetVelocity().y = 0.0f;
326 parentObject.getTargetVelocity().y = 0.0f;
332 parentObject.getTargetVelocity().x = -mHorizontalImpulse;
336 parentObject.getTargetVelocity().y = 0.0f;
340 parentObject.getTargetVelocity().x = mHorizontalImpulse;
344 parentObject.getTargetVelocity().y = 0.0f;
350 parentObject.getTargetVelocity().x = mHorizontalImpulse;
357 parentObject.getTargetVelocity().x = -mHorizontalImpulse;
364 parentObject.getTargetVelocity().x = mHorizontalImpulse;
371 parentObject.getTargetVelocity().x = -mHorizontalImpulse;
387 parentObject.getTargetVelocity().x = mHorizontalImpulse * direction;
390 parentObject.getTargetVelocity().y = 0.0f;
394 parentObject.getTargetVelocity().x = mHorizontalImpulse * (Math.random() > 0.5f ? -1.0f : 1.0f);
397 parentObject.getTargetVelocity().y = 0.0f;
402 parentObject.getTargetVelocity().x = 0.0f;
407 parentObject.getTargetVelocity().x = mSlowHorizontalImpulse * Utils.sign(parentObject.getTargetVelocity().x);
433 mTargetXVelocity = parentObject.getTargetVelocity().x;
434 parentObject.getTargetVelocity().x = 0.0f;
439 parentObject.getTargetVelocity().x = mTargetXVelocity;