Searched refs:mInputDeviceListeners (Results 1 – 1 of 1) sorted by relevance
66 private final ArrayList<InputDeviceListenerDelegate> mInputDeviceListeners = field in InputManager295 mInputDeviceListeners.add(new InputDeviceListenerDelegate(listener, handler)); in registerInputDeviceListener()315 InputDeviceListenerDelegate d = mInputDeviceListeners.get(index); in unregisterInputDeviceListener()317 mInputDeviceListeners.remove(index); in unregisterInputDeviceListener()323 final int numListeners = mInputDeviceListeners.size(); in findInputDeviceListenerLocked()325 if (mInputDeviceListeners.get(i).mListener == listener) { in findInputDeviceListenerLocked()718 final int numListeners = mInputDeviceListeners.size(); in sendMessageToInputDeviceListenersLocked()720 InputDeviceListenerDelegate listener = mInputDeviceListeners.get(i); in sendMessageToInputDeviceListenersLocked()