Searched refs:mInputDeviceListeners (Results 1 – 1 of 1) sorted by relevance
69 private final ArrayList<InputDeviceListenerDelegate> mInputDeviceListeners = field in InputManager298 mInputDeviceListeners.add(new InputDeviceListenerDelegate(listener, handler)); in registerInputDeviceListener()318 InputDeviceListenerDelegate d = mInputDeviceListeners.get(index); in unregisterInputDeviceListener()320 mInputDeviceListeners.remove(index); in unregisterInputDeviceListener()326 final int numListeners = mInputDeviceListeners.size(); in findInputDeviceListenerLocked()328 if (mInputDeviceListeners.get(i).mListener == listener) { in findInputDeviceListenerLocked()758 final int numListeners = mInputDeviceListeners.size(); in sendMessageToInputDeviceListenersLocked()760 InputDeviceListenerDelegate listener = mInputDeviceListeners.get(i); in sendMessageToInputDeviceListenersLocked()