Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DScrollerComponent.java28 private float mHalfHeight; field in ScrollerComponent
62 mHalfHeight = 0.0f; in reset()
81 mHalfHeight = sSystemRegistry.contextParameters.gameHeight / 2.0f; //height / 2.0f; in setup()
108 float originY = camera.getFocusPositionY() - mHalfHeight; in update()
DGameRenderer.java42 private int mHalfHeight; field in GameRenderer
70 mHalfHeight = gameHeight / 2; in GameRenderer()
215 final float halfHeight = mHalfHeight; in onDrawFrame()