HomeSort by relevance Sort by last modified time
    Searched full:mmovementsliderbuttonlocation (Results 1 - 1 of 1) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 76 private Vector2 mMovementSliderButtonLocation;
114 mMovementSliderButtonLocation = new Vector2();
160 mMovementSliderButtonLocation.set(MOVEMENT_SLIDER_BUTTON_X, MOVEMENT_SLIDER_BUTTON_Y);
253 mMovementSliderButtonLocation.set(MOVEMENT_SLIDER_BUTTON_X + (offset * (MOVEMENT_SLIDER_WIDTH / 2.0f)), MOVEMENT_SLIDER_BUTTON_Y);
378 render.scheduleForDraw(bitmap, mMovementSliderButtonLocation, SortConstants.HUD + 1, false);

Completed in 36 milliseconds