Searched refs:mAxes (Results 1 – 1 of 1) sorted by relevance
204 private final int[] mAxes; field in GameControllerInput.InputDeviceState219 mAxes = new int[numAxes]; in InputDeviceState()224 mAxes[i++] = range.getAxis(); in InputDeviceState()236 return mAxes.length; in getAxisCount()240 return mAxes[axisIndex]; in getAxis()291 for (int i = 0; i < mAxes.length; i++) { in onJoystickMotion()292 final int axis = mAxes[i]; in onJoystickMotion()