Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DBatteryController.java123 inputManager.registerInputDeviceListener(mInputDeviceListener, mHandler); in systemRunning()
125 mInputDeviceListener.onInputDeviceAdded(deviceId); in systemRunning()
473 private final InputManager.InputDeviceListener mInputDeviceListener = field in BatteryController
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java363 private final InputManager.InputDeviceListener mInputDeviceListener = field in EdgeBackGestureHandler
568 mInputDeviceListener, in onNavBarAttached()
572 mInputDeviceListener.onInputDeviceAdded(inputDeviceId); in onNavBarAttached()
585 mInputManager.unregisterInputDeviceListener(mInputDeviceListener); in onNavBarDetached()