Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java211 int numAxes = 0; in InputDeviceState() local
215 numAxes += 1; in InputDeviceState()
219 mAxes = new int[numAxes]; in InputDeviceState()
220 mAxisValues = new float[numAxes]; in InputDeviceState()