Searched refs:mInputDeviceListeners (Results 1 – 2 of 2) sorted by relevance
85 private final ArrayList<InputDeviceListenerDelegate> mInputDeviceListeners = new ArrayList<>(); field in InputManagerGlobal195 synchronized (mInputDeviceListeners) { in getInputDevice()258 synchronized (mInputDeviceListeners) { in onInputDevicesChanged()346 final int numListeners = mInputDeviceListeners.size(); in sendMessageToInputDeviceListenersLocked()348 InputDeviceListenerDelegate listener = mInputDeviceListeners.get(i); in sendMessageToInputDeviceListenersLocked()359 synchronized (mInputDeviceListeners) { in registerInputDeviceListener()363 mInputDeviceListeners.add(new InputDeviceListenerDelegate(listener, handler)); in registerInputDeviceListener()376 synchronized (mInputDeviceListeners) { in unregisterInputDeviceListener()379 InputDeviceListenerDelegate d = mInputDeviceListeners.get(index); in unregisterInputDeviceListener()381 mInputDeviceListeners.remove(index); in unregisterInputDeviceListener()[all …]
20914 Landroid/hardware/input/InputManager;->mInputDeviceListeners:Ljava/util/ArrayList;