Home
last modified time | relevance | path

Searched refs:getLevelWidth (Results 1 – 4 of 4) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DHotSpotSystem.java123 final float worldPixelWidth = level.getLevelWidth(); in getHitTileX()
146 final float tileWidth = level.getLevelWidth() / mWorld.getWidth(); in getTileCenterWorldPositionX()
DBackgroundCollisionComponent.java193 } else if (mCurrentPosition.x + right > level.getLevelWidth()) { in update()
194 mCurrentPosition.x = (level.getLevelWidth() - right - 1); in update()
DLevelSystem.java62 public float getLevelWidth() { in getLevelWidth() method in LevelSystem
DCameraSystem.java193 final float worldPixelWidth = Math.max(level.getLevelWidth(), width); in snapFocalPointToWorldBoundsX()