Searched refs:hotSpotSystem (Results 1 – 9 of 9) sorted by relevance
155 HotSpotSystem hotSpotSystem = sSystemRegistry.hotSpotSystem; in update() local157 if (hotSpotSystem != null) { in update()159 final int hitTileX = hotSpotSystem.getHitTileX(centerX); in update()160 … final int hitTileY = hotSpotSystem.getHitTileY(parentObject.getPosition().y + 10.0f); in update()165 final int hotSpot = hotSpotSystem.getHotSpotByTile(hitTileX, hitTileY); in update()
92 HotSpotSystem hotSpotSystem = sSystemRegistry.hotSpotSystem; in update() local93 if (hotSpotSystem != null) { in update()95 hotSpot = hotSpotSystem.getHotSpot(parentObject.getCenteredPositionX(), in update()
46 public HotSpotSystem hotSpotSystem; field in ObjectRegistry
40 HotSpotSystem hotSpot = sSystemRegistry.hotSpotSystem; in update()
168 HotSpotSystem hotSpots = sSystemRegistry.hotSpotSystem; in loadLevel()
104 HotSpotSystem hotSpot = sSystemRegistry.hotSpotSystem; in update()
289 HotSpotSystem hotSpot = sSystemRegistry.hotSpotSystem; in update()
280 HotSpotSystem hotSpot = sSystemRegistry.hotSpotSystem; in update()
132 BaseObject.sSystemRegistry.hotSpotSystem = new HotSpotSystem(); in bootstrap()