Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManagerGlobal.java81 private final ArrayList<InputDeviceListenerDelegate> mInputDeviceListeners = new ArrayList<>();
248 InputDeviceListenerDelegate.MSG_DEVICE_REMOVED, deviceId); in onInputDevicesChanged()
265 InputDeviceListenerDelegate.MSG_DEVICE_CHANGED, deviceId); in onInputDevicesChanged()
274 InputDeviceListenerDelegate.MSG_DEVICE_ADDED, deviceId); in onInputDevicesChanged()
280 private static final class InputDeviceListenerDelegate extends Handler { class in InputManagerGlobal
286 InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) { in InputDeviceListenerDelegate() method in InputManagerGlobal.InputDeviceListenerDelegate
320 InputDeviceListenerDelegate listener = mInputDeviceListeners.get(i); in sendMessageToInputDeviceListenersLocked()
335 mInputDeviceListeners.add(new InputDeviceListenerDelegate(listener, handler)); in registerInputDeviceListener()
351 InputDeviceListenerDelegate d = mInputDeviceListeners.get(index); in unregisterInputDeviceListener()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20876 Landroid/hardware/input/InputManager$InputDeviceListenerDelegate;-><init>(Landroid/hardware/input/I…
20877 Landroid/hardware/input/InputManager$InputDeviceListenerDelegate;->mListener:Landroid/hardware/inpu…