Searched defs:InputDeviceListenerDelegate (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java76 private final ArrayList<InputDeviceListenerDelegate> mInputDeviceListeners =
77 new ArrayList<InputDeviceListenerDelegate>();
397 mInputDeviceListeners.add(new InputDeviceListenerDelegate(listener, handler));
417 InputDeviceListenerDelegate d = mInputDeviceListeners.get(index);
1066 InputDeviceListenerDelegate listener = mInputDeviceListeners.get(i);
1141 private static final class InputDeviceListenerDelegate extends Handler { class in class:InputManager
1144 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) { method in class:InputManager.InputDeviceListenerDelegate

Completed in 45 milliseconds