Home
last modified time | relevance | path

Searched refs:mInputDeviceListeners (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
DInputManagerGlobal.java85 private final ArrayList<InputDeviceListenerDelegate> mInputDeviceListeners = new ArrayList<>(); field in InputManagerGlobal
195 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt20914 Landroid/hardware/input/InputManager;->mInputDeviceListeners:Ljava/util/ArrayList;