Home
last modified time | relevance | path

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

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