Home
last modified time | relevance | path

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

/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
DFullscreenActivity.java129 private InputManager mInputManager; field in FullscreenActivity
205 mInputManager = (InputManager) getSystemService(Context.INPUT_SERVICE); in onCreate()
214 int[] deviceIds = mInputManager.getInputDeviceIds(); in checkGameControllers()
250 mInputManager.registerInputDeviceListener(this, null); in onResume()
256 mInputManager.unregisterInputDeviceListener(this); in onPause()