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

/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java67 private final ArrayList<InputDeviceListenerDelegate> mInputDeviceListeners =
68 new ArrayList<InputDeviceListenerDelegate>();
296 mInputDeviceListeners.add(new InputDeviceListenerDelegate(listener, handler));
316 InputDeviceListenerDelegate d = mInputDeviceListeners.get(index);
758 InputDeviceListenerDelegate listener = mInputDeviceListeners.get(i);
817 private static final class InputDeviceListenerDelegate extends Handler { class in class:InputManager
820 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) { method in class:InputManager.InputDeviceListenerDelegate

Completed in 49 milliseconds