Searched refs:InputDeviceListenerDelegate (Results 1 – 2 of 2) sorted by relevance
75 private final ArrayList<InputDeviceListenerDelegate> mInputDeviceListeners =76 new ArrayList<InputDeviceListenerDelegate>();340 mInputDeviceListeners.add(new InputDeviceListenerDelegate(listener, handler)); in registerInputDeviceListener()360 InputDeviceListenerDelegate d = mInputDeviceListeners.get(index); in unregisterInputDeviceListener()990 InputDeviceListenerDelegate listener = mInputDeviceListeners.get(i); in sendMessageToInputDeviceListenersLocked()1065 private static final class InputDeviceListenerDelegate extends Handler { class in InputManager1068 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) { in InputDeviceListenerDelegate() method in InputManager.InputDeviceListenerDelegate
1735 android.hardware.input.InputManager$InputDeviceListenerDelegate