Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java101 getInputDeviceState(ids[i]); in onResume()
123 InputDeviceState state = getInputDeviceState(event.getDeviceId()); in dispatchKeyEvent()
148 InputDeviceState state = getInputDeviceState(event.getDeviceId()); in dispatchGenericMotionEvent()
156 private InputDeviceState getInputDeviceState(int deviceId) { in getInputDeviceState() method in GameControllerInput
173 InputDeviceState state = getInputDeviceState(deviceId); in onInputDeviceAdded()
183 state = getInputDeviceState(deviceId); in onInputDeviceChanged()