OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentAction
(Results
1 - 7
of
7
) 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
369
String
currentAction
;
373
currentAction
= currentFilter.getAction(i);
374
if (
currentAction
.equals(expectedName)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar
Completed in 706 milliseconds