HomeSort by relevance Sort by last modified time
    Searched refs:currentAction (Results 1 - 11 of 11) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
EnemyAnimationComponent.java 67 GameObject.ActionType currentAction = parentObject.getCurrentAction();
76 if (currentAction == GameObject.ActionType.ATTACK) {
78 } else if (currentAction == GameObject.ActionType.HIDE) {
97 if (currentAction == GameObject.ActionType.ATTACK) {
99 } else if (currentAction == GameObject.ActionType.HIDE) {
107 if (currentAction != GameObject.ActionType.ATTACK
114 if (currentAction != GameObject.ActionType.HIDE) {
ChangeComponentsComponent.java 85 GameObject.ActionType currentAction = parentObject.getCurrentAction();
86 if (currentAction != mLastAction) {
87 mLastAction = currentAction;
88 if (currentAction == mSwapOnAction) {
NPCAnimationComponent.java 191 final GameObject.ActionType currentAction = parentObject.getCurrentAction();
192 if (currentAction == ActionType.MOVE) {
207 } else if (currentAction == ActionType.ATTACK) {
217 final GameObject.ActionType currentAction = parentObject.getCurrentAction();
218 if (currentAction == ActionType.MOVE) {
237 } else if (currentAction == ActionType.ATTACK) {
254 final GameObject.ActionType currentAction = parentObject.getCurrentAction();
255 if (currentAction == ActionType.MOVE) {
275 } else if (currentAction == ActionType.ATTACK) {
319 final GameObject.ActionType currentAction = parentObject.getCurrentAction()
    [all...]
AnimationComponent.java 115 GameObject.ActionType currentAction = parentObject.getCurrentAction();
129 if (currentAction != ActionType.HIT_REACT && mPreviousAction == ActionType.HIT_REACT) {
205 if (currentAction == ActionType.MOVE) {
259 } else if (currentAction == ActionType.ATTACK) {
269 } else if (currentAction == ActionType.HIT_REACT) {
281 } else if (currentAction == ActionType.DEATH) {
282 if (mPreviousAction != currentAction) {
322 } else if (currentAction == ActionType.FROZEN) {
341 mPreviousAction = currentAction;
TheSourceComponent.java 61 GameObject.ActionType currentAction = parentObject.getCurrentAction();
65 if (currentAction == ActionType.HIT_REACT) {
71 currentAction = ActionType.IDLE;
74 currentAction = ActionType.DEATH;
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java 364 String currentAction;
368 currentAction = currentFilter.getAction(i);
369 if (currentAction.equals(expectedName)) {
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 155 milliseconds