OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ButtonConstants
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
ButtonConstants.java
19
public final class
ButtonConstants
{
InputGameInterface.java
93
ButtonConstants
.MOVEMENT_SLIDER_REGION_X,
94
ButtonConstants
.MOVEMENT_SLIDER_REGION_Y,
95
ButtonConstants
.MOVEMENT_SLIDER_REGION_WIDTH,
96
ButtonConstants
.MOVEMENT_SLIDER_REGION_HEIGHT);
99
final float halfWidth =
ButtonConstants
.MOVEMENT_SLIDER_BAR_WIDTH / 2.0f;
100
final float center =
ButtonConstants
.MOVEMENT_SLIDER_X + halfWidth;
200
float flyButtonRegionX =
ButtonConstants
.FLY_BUTTON_REGION_X;
201
float stompButtonRegionX =
ButtonConstants
.STOMP_BUTTON_REGION_X;
205
flyButtonRegionX = params.gameWidth -
ButtonConstants
.FLY_BUTTON_REGION_WIDTH -
ButtonConstants
.FLY_BUTTON_REGION_X
[
all
...]
Completed in 524 milliseconds