Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV16.java76 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) { in registerInputDeviceListener() method in InputManagerV16
78 mInputManager.registerInputDeviceListener(v16Listener, handler); in registerInputDeviceListener()
DInputManagerCompat.java50 public void registerInputDeviceListener(InputManagerCompat.InputDeviceListener listener, in registerInputDeviceListener() method
DInputManagerV9.java119 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) { in registerInputDeviceListener() method in InputManagerV9
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java95 mInputManager.registerInputDeviceListener(this, null); in onResume()
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java108 mInputManager.registerInputDeviceListener(this, null); in GameView()