Searched refs:mInputManager (Results 1 – 4 of 4) sorted by relevance
33 private final InputManager mInputManager; field in InputManagerV1637 mInputManager = (InputManager) context.getSystemService(Context.INPUT_SERVICE); in InputManagerV16()43 return mInputManager.getInputDevice(id); in getInputDevice()48 return mInputManager.getInputDeviceIds(); in getInputDeviceIds()78 mInputManager.registerInputDeviceListener(v16Listener, handler); in registerInputDeviceListener()87 mInputManager.unregisterInputDeviceListener(curListener); in unregisterInputDeviceListener()
47 private final WeakReference<InputManagerV9> mInputManager; field in InputManagerV9.PollingMessageHandler50 mInputManager = new WeakReference<InputManagerV9>(im); in PollingMessageHandler()58 InputManagerV9 imv = mInputManager.get(); in handleMessage()
60 private InputManager mInputManager; field in GameControllerInput70 mInputManager = (InputManager)getSystemService(Context.INPUT_SERVICE); in onCreate()95 mInputManager.registerInputDeviceListener(this, null); in onResume()99 int[] ids = mInputManager.getInputDeviceIds(); in onResume()110 mInputManager.unregisterInputDeviceListener(this); in onPause()159 final InputDevice device = mInputManager.getInputDevice(deviceId); in getInputDeviceState()
70 private final InputManagerCompat mInputManager; field in GameView107 mInputManager = InputManagerCompat.Factory.getInputManager(this.getContext()); in GameView()108 mInputManager.registerInputDeviceListener(this, null); in GameView()114 int[] deviceIds = mInputManager.getInputDeviceIds(); in findControllersAndAttachShips()116 InputDevice dev = mInputManager.getInputDevice(deviceId); in findControllersAndAttachShips()157 mInputManager.onGenericMotionEvent(event); in onGenericMotionEvent()185 mInputManager.onResume(); in onWindowFocusChanged()196 mInputManager.onPause(); in onWindowFocusChanged()