Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DCameraSystem.java219 final float bottomEdge = focalPositionY - (height / 2.0f); in snapFocalPointToWorldBoundsY() local
223 } else if (bottomEdge < 0) { in snapFocalPointToWorldBoundsY()