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

/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java69 private final ArrayList<InputDeviceListenerDelegate> mInputDeviceListeners =
70 new ArrayList<InputDeviceListenerDelegate>();
298 mInputDeviceListeners.add(new InputDeviceListenerDelegate(listener, handler));
318 InputDeviceListenerDelegate d = mInputDeviceListeners.get(index);
760 InputDeviceListenerDelegate listener = mInputDeviceListeners.get(i);
819 private static final class InputDeviceListenerDelegate extends Handler { class in class:InputManager
822 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) { method in class:InputManager.InputDeviceListenerDelegate

Completed in 41 milliseconds