Searched refs:mInputDeviceListeners (Results 1 – 1 of 1) sorted by relevance
75 private final ArrayList<InputDeviceListenerDelegate> mInputDeviceListeners = field in InputManager340 mInputDeviceListeners.add(new InputDeviceListenerDelegate(listener, handler)); in registerInputDeviceListener()360 InputDeviceListenerDelegate d = mInputDeviceListeners.get(index); in unregisterInputDeviceListener()362 mInputDeviceListeners.remove(index); in unregisterInputDeviceListener()368 final int numListeners = mInputDeviceListeners.size(); in findInputDeviceListenerLocked()370 if (mInputDeviceListeners.get(i).mListener == listener) { in findInputDeviceListenerLocked()988 final int numListeners = mInputDeviceListeners.size(); in sendMessageToInputDeviceListenersLocked()990 InputDeviceListenerDelegate listener = mInputDeviceListeners.get(i); in sendMessageToInputDeviceListenersLocked()