Searched refs:HIT_REACT (Results 1 - 11 of 11) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DGenericAnimationComponent.java51 case HIT_REACT:
52 mSprite.playAnimation(Animation.HIT_REACT);
80 public static final int HIT_REACT = 3; field in class:GenericAnimationComponent.Animation
H A DButtonAnimationComponent.java52 if (parentObject.getCurrentAction() == GameObject.ActionType.HIT_REACT &&
H A DAnimationComponent.java38 HIT_REACT, enum constant in enum:AnimationComponent.PlayerAnimations
129 if (currentAction != ActionType.HIT_REACT && mPreviousAction == ActionType.HIT_REACT) {
269 } else if (currentAction == ActionType.HIT_REACT) {
270 mSprite.playAnimation(PlayerAnimations.HIT_REACT.ordinal());
H A DPlayerComponent.java57 HIT_REACT, enum constant in enum:PlayerComponent.State
275 } else if (mState != State.HIT_REACT
277 && parentObject.getCurrentAction() == ActionType.HIT_REACT) {
299 case HIT_REACT:
431 mState = State.HIT_REACT;
H A DGameObject.java63 HIT_REACT, enum constant in enum:GameObject.ActionType
H A DTheSourceComponent.java65 if (currentAction == ActionType.HIT_REACT) {
H A DNPCAnimationComponent.java171 if (parentObject.getCurrentAction() == ActionType.HIT_REACT
350 if (parentObject.getCurrentAction() != ActionType.HIT_REACT) {
H A DNPCComponent.java118 parentObject.getCurrentAction() == ActionType.HIT_REACT) {
149 (!mReactToHits && parentObject.getCurrentAction() == ActionType.HIT_REACT)) {
H A DHitReactionComponent.java237 parent.setCurrentAction(ActionType.HIT_REACT);
H A DPatrolComponent.java73 || parentObject.getCurrentAction() == ActionType.HIT_REACT) {
H A DGameObjectFactory.java789 SpriteAnimation hitReactAnim = new SpriteAnimation(PlayerAnimations.HIT_REACT.ordinal(), 1);

Completed in 4731 milliseconds