Home
last modified time | relevance | path

Searched refs:DEATH (Results 1 – 25 of 29) sorted by relevance

12

/external/replicaisland/src/com/replica/replicaisland/
DNPCAnimationComponent.java34 public static final int DEATH = 9; field in NPCAnimationComponent
100 case DEATH: in update()
211 } else if (parentObject.getCurrentAction() == ActionType.DEATH) { in idle()
212 mCurrentAnimation = DEATH; in idle()
241 } else if (parentObject.getCurrentAction() == ActionType.DEATH) { in walk()
242 mCurrentAnimation = DEATH; in walk()
279 } else if (parentObject.getCurrentAction() == ActionType.DEATH) { in run()
280 mCurrentAnimation = DEATH; in run()
289 } else if (parentObject.getCurrentAction() == ActionType.DEATH) { in shoot()
290 mCurrentAnimation = DEATH; in shoot()
[all …]
DGenericAnimationComponent.java54 case DEATH: in update()
55 mSprite.playAnimation(Animation.DEATH); in update()
81 public static final int DEATH = 4; field in GenericAnimationComponent.Animation
DAnimationComponent.java39 DEATH, enumConstant
281 } else if (currentAction == ActionType.DEATH) { in update()
287 boolean explodingDeath = parentObject.lastReceivedHitType == HitType.DEATH; in update()
308 mSprite.playAnimation(PlayerAnimations.DEATH.ordinal()); in update()
DTheSourceComponent.java73 parentObject.setCurrentAction(ActionType.DEATH); in update()
74 currentAction = ActionType.DEATH; in update()
DCollisionParameters.java29 public final static int DEATH = 2; // Causes instant death. field in CollisionParameters.HitType
DPlayerComponent.java450 if (mTouchingGround && parentObject.getCurrentAction() != ActionType.DEATH) { in stateDead()
451 parentObject.setCurrentAction(ActionType.DEATH); in stateDead()
458 parentObject.setCurrentAction(ActionType.DEATH); in stateDead()
463 if (parentObject.getCurrentAction() == ActionType.DEATH && mTimer > 0.0f) { in stateDead()
DNPCComponent.java124 } else if (parentObject.getCurrentAction() == ActionType.DEATH) { in update()
145 parentObject.setCurrentAction(ActionType.DEATH); in update()
DGameObject.java64 DEATH, enumConstant
DHitReactionComponent.java199 case CollisionParameters.HitType.DEATH: in receivedHit()
DGameObjectFactory.java794 SpriteAnimation deathAnim = new SpriteAnimation(PlayerAnimations.DEATH.ordinal(), 16);
3522 SpriteAnimation die = new SpriteAnimation(NPCAnimationComponent.DEATH, 5);
3694 SpriteAnimation die = new SpriteAnimation(NPCAnimationComponent.DEATH, 5);
3768 deathSwap.setSwapAction(ActionType.DEATH);
4662 attackVolume.get(0).setHitType(HitType.DEATH);
/external/caliper/lib/
Djsr311-api-1.1.1.jar.txt289 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
Djersey-client-1.11.jar.txt289 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
Djersey-core-1.11.jar.txt289 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
/external/kotlinc/license/third_party/
Drhino_LICENSE.txt534 LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S
/external/kotlinc/
DNOTICE1207 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
DLICENSE1207 LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
/external/icu/icu4c/source/data/unidata/norm2/
Duts46.txt2995 # 2E9B..2E9E valid # 3.0 CJK RADICAL CHOKE..CJK RADICAL DEATH
3077 2F4D >6B79 # 3.0 KANGXI RADICAL DEATH
/external/icu/icu4c/source/data/unidata/
Dconfusables.txt8120 2F4D ; 6B79 ; MA #* ( ⽍ → 歹 ) KANGXI RADICAL DEATH → CJK UNIFIED IDEOGRAPH-6B79 #
8122 2E9E ; 6B7A ; MA #* ( ⺞ → 歺 ) CJK RADICAL DEATH → CJK UNIFIED IDEOGRAPH-6B7A #
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
Dconfusables.txt8120 2F4D ; 6B79 ; MA #* ( ⽍ → 歹 ) KANGXI RADICAL DEATH → CJK UNIFIED IDEOGRAPH-6B79 #
8122 2E9E ; 6B7A ; MA #* ( ⺞ → 歺 ) CJK RADICAL DEATH → CJK UNIFIED IDEOGRAPH-6B7A #
DUnicodeData.txt10788 2E9E;CJK RADICAL DEATH;So;0;ON;;;;;N;;;;;
10951 2F4D;KANGXI RADICAL DEATH;So;0;ON;<compat> 6B79;;;;N;;;;;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
Dconfusables.txt8120 2F4D ; 6B79 ; MA #* ( ⽍ → 歹 ) KANGXI RADICAL DEATH → CJK UNIFIED IDEOGRAPH-6B79 #
8122 2E9E ; 6B7A ; MA #* ( ⺞ → 歺 ) CJK RADICAL DEATH → CJK UNIFIED IDEOGRAPH-6B7A #
/external/cldr/common/uca/
Dallkeys_DUCET.txt24243 2F4D ; [.FB40.0020.0004.2F4D][.EB79.0000.0000.2F4D] # KANGXI RADICAL DEATH
24244 2E9E ; [.FB40.0020.0004.2E9E][.EB7A.0000.0000.2E9E][.0000.00FC.0004.2E9E] # CJK RADICAL DEATH
Dallkeys_CLDR.txt31099 2F4D ; [.FB40.0020.0004][.EB79.0000.0000] # KANGXI RADICAL DEATH
31100 2E9E ; [.FB40.0020.0004][.EB7A.0000.0000][.0000.0112.0004] # CJK RADICAL DEATH
DUCA_Rules.txt29029 <<< ⽍ # 3.0 [Hani/So] [FB40.0020.0004] [EB79.0000.0000] U+2F4D KANGXI RADICAL DEATH
29031 << ⺞ # 3.0 [So] [FB40.0020.0004] [EB7A.0000.0000] [0000.0112.0004] U+2E9E CJK RADICAL DEATH
/external/cldr/tools/java/org/unicode/cldr/draft/
DCategories.txt10356 2E9E So Ideograph Radical CJK CJK RADICAL DEATH
10519 2F4D So Ideograph Radical CJK Kangxi KANGXI RADICAL DEATH

12