Searched refs:setPhase (Results 1 – 25 of 55) sorted by relevance
123
40 setPhase(ComponentPhases.PRE_DRAW.ordinal()); in ScrollerComponent()48 setPhase(ComponentPhases.PRE_DRAW.ordinal()); in ScrollerComponent()54 setPhase(ComponentPhases.PRE_DRAW.ordinal()); in ScrollerComponent()
40 setPhase(ComponentPhases.POST_COLLISION.ordinal()); in SolidSurfaceComponent()58 setPhase(ComponentPhases.POST_COLLISION.ordinal()); in SolidSurfaceComponent()
45 setPhase(ComponentPhases.PRE_DRAW.ordinal()); in SpriteComponent()54 setPhase(ComponentPhases.PRE_DRAW.ordinal()); in SpriteComponent()
37 public void setPhase(int phaseValue) { in setPhase() method in PhasedObject
21 setPhase(GameComponent.ComponentPhases.THINK.ordinal()); in CameraBiasComponent()
24 setPhase(ComponentPhases.ANIMATION.ordinal()); in FixedAnimationComponent()
26 setPhase(ComponentPhases.THINK.ordinal()); in PlaySingleSoundComponent()
27 setPhase(GameComponent.ComponentPhases.THINK.ordinal()); in FrameRateWatcherComponent()
32 setPhase(ComponentPhases.PHYSICS.ordinal()); in GravityComponent()
24 setPhase(ComponentPhases.THINK.ordinal()); in CrusherAndouComponent()
27 setPhase(ComponentPhases.FRAME_END.ordinal()); in InventoryComponent()
26 setPhase(GameComponent.ComponentPhases.POST_PHYSICS.ordinal()); in SimplePhysicsComponent()
30 setPhase(ComponentPhases.MOVEMENT.ordinal()); in MovementComponent()
24 setPhase(ComponentPhases.ANIMATION.ordinal()); in GenericAnimationComponent()
72 mSearchDummy.setPhase(phase); in find()
37 setPhase(ComponentPhases.FRAME_END.ordinal()); in DynamicCollisionComponent()
38 setPhase(animationId); in SpriteAnimation()
36 setPhase(ComponentPhases.DRAW.ordinal()); in RenderComponent()
34 setPhase(ComponentPhases.ANIMATION.ordinal()); in ButtonAnimationComponent()
33 setPhase(ComponentPhases.THINK.ordinal()); in HitPlayerComponent()
28 setPhase(ComponentPhases.THINK.ordinal()); in SelectDialogComponent()
31 setPhase(GameComponent.ComponentPhases.THINK.ordinal()); in AttackAtDistanceComponent()
44 setPhase(GameComponent.ComponentPhases.THINK.ordinal()); in PopOutComponent()
42 setPhase(GameComponent.ComponentPhases.THINK.ordinal()); in SleeperComponent()
29 setPhase(ComponentPhases.COLLISION_DETECTION.ordinal()); in SimpleCollisionComponent()