Searched refs:InputDeviceListenerDelegate (Results 1 – 2 of 2) sorted by relevance
76 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 InputManager1046 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) { in InputDeviceListenerDelegate() method in InputManager.InputDeviceListenerDelegate
1656 android.hardware.input.InputManager$InputDeviceListenerDelegate