HomeSort by relevance Sort by last modified time
    Searched refs:mHalfWidth (Results 1 - 2 of 2) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
ScrollerComponent.java 27 private float mHalfWidth;
61 mHalfWidth = 0.0f;
80 mHalfWidth = sSystemRegistry.contextParameters.gameWidth / 2.0f; //width / 2.0f;
107 float originX = camera.getFocusPositionX() - mHalfWidth;
GameRenderer.java 41 private int mHalfWidth;
69 mHalfWidth = gameWidth / 2;
214 final float halfWidth = mHalfWidth;

Completed in 95 milliseconds