OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHalfHeight
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
ScrollerComponent.java
28
private float
mHalfHeight
;
62
mHalfHeight
= 0.0f;
81
mHalfHeight
= sSystemRegistry.contextParameters.gameHeight / 2.0f; //height / 2.0f;
108
float originY = camera.getFocusPositionY() -
mHalfHeight
;
GameRenderer.java
42
private int
mHalfHeight
;
70
mHalfHeight
= gameHeight / 2;
215
final float halfHeight =
mHalfHeight
;
Completed in 28 milliseconds