Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/input/
DInputManager.java76 private final ArrayList<InputDeviceListenerDelegate> mInputDeviceListeners =
77 new ArrayList<InputDeviceListenerDelegate>();
337 mInputDeviceListeners.add(new InputDeviceListenerDelegate(listener, handler)); in registerInputDeviceListener()
357 InputDeviceListenerDelegate d = mInputDeviceListeners.get(index); in unregisterInputDeviceListener()
968 InputDeviceListenerDelegate listener = mInputDeviceListeners.get(i); in sendMessageToInputDeviceListenersLocked()
1043 private static final class InputDeviceListenerDelegate extends Handler { class in InputManager
1046 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) { in InputDeviceListenerDelegate() method in InputManager.InputDeviceListenerDelegate
/frameworks/base/
Dcompiled-classes-phone1656 android.hardware.input.InputManager$InputDeviceListenerDelegate