Searched refs:mInputDeviceListeners (Results 1 – 2 of 2) sorted by relevance
76 private final ArrayList<InputDeviceListenerDelegate> mInputDeviceListeners = field in InputManager403 mInputDeviceListeners.add(new InputDeviceListenerDelegate(listener, handler)); in registerInputDeviceListener()423 InputDeviceListenerDelegate d = mInputDeviceListeners.get(index); in unregisterInputDeviceListener()425 mInputDeviceListeners.remove(index); in unregisterInputDeviceListener()431 final int numListeners = mInputDeviceListeners.size(); in findInputDeviceListenerLocked()433 if (mInputDeviceListeners.get(i).mListener == listener) { in findInputDeviceListenerLocked()1036 final int numListeners = mInputDeviceListeners.size(); in sendMessageToInputDeviceListenersLocked()1038 InputDeviceListenerDelegate listener = mInputDeviceListeners.get(i); in sendMessageToInputDeviceListenersLocked()
23801 Landroid/hardware/input/InputManager;->mInputDeviceListeners:Ljava/util/ArrayList;