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

/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java68 private Vector2 mFlyButtonLocation; field in class:HudSystem
104 mFlyButtonLocation = new Vector2();
129 mFlyButtonLocation.set(FLY_BUTTON_X, FLY_BUTTON_Y);
245 mFlyButtonLocation.set(params.gameWidth - FLY_BUTTON_WIDTH - FLY_BUTTON_X, FLY_BUTTON_Y);
248 mFlyButtonLocation.set(FLY_BUTTON_X, FLY_BUTTON_Y);
327 render.scheduleForDraw(bitmap, mFlyButtonLocation, SortConstants.HUD, false);

Completed in 53 milliseconds