Searched refs:mInputDeviceListeners (Results 1 – 3 of 3) sorted by relevance
39 private List<InputManager.InputDeviceListener> mInputDeviceListeners; field in ShadowInputManager43 mInputDeviceListeners = new ArrayList<>(); in __constructor__()57 if (!mInputDeviceListeners.contains(listener)) { in registerInputDeviceListener()58 mInputDeviceListeners.add(listener); in registerInputDeviceListener()64 mInputDeviceListeners.remove(listener); in unregisterInputDeviceListener()
103 private final ArrayList<InputDeviceListenerDelegate> mInputDeviceListeners = field in InputManager492 mInputDeviceListeners.add(new InputDeviceListenerDelegate(listener, handler)); in registerInputDeviceListener()512 InputDeviceListenerDelegate d = mInputDeviceListeners.get(index); in unregisterInputDeviceListener()514 mInputDeviceListeners.remove(index); in unregisterInputDeviceListener()520 final int numListeners = mInputDeviceListeners.size(); in findInputDeviceListenerLocked()522 if (mInputDeviceListeners.get(i).mListener == listener) { in findInputDeviceListenerLocked()1422 final int numListeners = mInputDeviceListeners.size(); in sendMessageToInputDeviceListenersLocked()1424 InputDeviceListenerDelegate listener = mInputDeviceListeners.get(i); in sendMessageToInputDeviceListenersLocked()
23792 Landroid/hardware/input/InputManager;->mInputDeviceListeners:Ljava/util/ArrayList;