Searched refs:mStompButtonLocation (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java72 private Vector2 mStompButtonLocation; field in class:HudSystem
105 mStompButtonLocation = new Vector2();
134 mStompButtonLocation.set(STOMP_BUTTON_X, STOMP_BUTTON_Y);
246 mStompButtonLocation.set(params.gameWidth - STOMP_BUTTON_WIDTH - STOMP_BUTTON_X, STOMP_BUTTON_Y);
249 mStompButtonLocation.set(STOMP_BUTTON_X, STOMP_BUTTON_Y);
347 render.scheduleForDraw(bitmap, mStompButtonLocation, SortConstants.HUD, false);

Completed in 19 milliseconds