Searched refs:mInputDeviceListeners (Results 1 – 1 of 1) sorted by relevance
81 private final ArrayList<InputDeviceListenerDelegate> mInputDeviceListeners = field in InputManager408 mInputDeviceListeners.add(new InputDeviceListenerDelegate(listener, handler)); in registerInputDeviceListener()428 InputDeviceListenerDelegate d = mInputDeviceListeners.get(index); in unregisterInputDeviceListener()430 mInputDeviceListeners.remove(index); in unregisterInputDeviceListener()436 final int numListeners = mInputDeviceListeners.size(); in findInputDeviceListenerLocked()438 if (mInputDeviceListeners.get(i).mListener == listener) { in findInputDeviceListenerLocked()1097 final int numListeners = mInputDeviceListeners.size(); in sendMessageToInputDeviceListenersLocked()1099 InputDeviceListenerDelegate listener = mInputDeviceListeners.get(i); in sendMessageToInputDeviceListenersLocked()