Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DCameraSystem.java212 float focalPositionY = worldY; in snapFocalPointToWorldBoundsY() local
218 final float topEdge = focalPositionY + (height / 2.0f); in snapFocalPointToWorldBoundsY()
219 final float bottomEdge = focalPositionY - (height / 2.0f); in snapFocalPointToWorldBoundsY()
222 focalPositionY = worldPixelHeight - (height / 2.0f); in snapFocalPointToWorldBoundsY()
224 focalPositionY = height / 2.0f; in snapFocalPointToWorldBoundsY()
228 return focalPositionY; in snapFocalPointToWorldBoundsY()