Searched refs:mInputDeviceListeners (Results 1 – 1 of 1) sorted by relevance
39 private List<InputManager.InputDeviceListener> mInputDeviceListeners; field in ShadowInputManager43 mInputDeviceListeners = new ArrayList<>(); in __constructor__()57 if (!mInputDeviceListeners.contains(listener)) { in registerInputDeviceListener()58 mInputDeviceListeners.add(listener); in registerInputDeviceListener()64 mInputDeviceListeners.remove(listener); in unregisterInputDeviceListener()