Searched refs:ButtonConstants (Results 1 – 2 of 2) sorted by relevance
93 ButtonConstants.MOVEMENT_SLIDER_REGION_X, in update()94 ButtonConstants.MOVEMENT_SLIDER_REGION_Y, in update()95 ButtonConstants.MOVEMENT_SLIDER_REGION_WIDTH, in update()96 ButtonConstants.MOVEMENT_SLIDER_REGION_HEIGHT); in update()99 final float halfWidth = ButtonConstants.MOVEMENT_SLIDER_BAR_WIDTH / 2.0f; in update()100 final float center = ButtonConstants.MOVEMENT_SLIDER_X + halfWidth; in update()200 float flyButtonRegionX = ButtonConstants.FLY_BUTTON_REGION_X; in update()201 float stompButtonRegionX = ButtonConstants.STOMP_BUTTON_REGION_X; in update()205 …flyButtonRegionX = params.gameWidth - ButtonConstants.FLY_BUTTON_REGION_WIDTH - ButtonConstants.FL… in update()206 …stompButtonRegionX = params.gameWidth - ButtonConstants.STOMP_BUTTON_REGION_WIDTH - ButtonConstant… in update()[all …]
19 public final class ButtonConstants { class