Searched refs:InputDeviceListenerDelegate (Results 1 – 2 of 2) sorted by relevance
81 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 InputManagerGlobal286 InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) { in InputDeviceListenerDelegate() method in InputManagerGlobal.InputDeviceListenerDelegate320 InputDeviceListenerDelegate listener = mInputDeviceListeners.get(i); in sendMessageToInputDeviceListenersLocked()335 mInputDeviceListeners.add(new InputDeviceListenerDelegate(listener, handler)); in registerInputDeviceListener()351 InputDeviceListenerDelegate d = mInputDeviceListeners.get(index); in unregisterInputDeviceListener()
20876 Landroid/hardware/input/InputManager$InputDeviceListenerDelegate;-><init>(Landroid/hardware/input/I…20877 Landroid/hardware/input/InputManager$InputDeviceListenerDelegate;->mListener:Landroid/hardware/inpu…