HomeSort by relevance Sort by last modified time
    Searched refs:onInputDevicesChanged (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/hardware/input/
IInputDevicesChangedListener.aidl 28 oneway void onInputDevicesChanged(in int[] deviceIdAndGeneration);
InputManager.java 714 private void onInputDevicesChanged(int[] deviceIdAndGeneration) {
814 public void onInputDevicesChanged(int[] deviceIdAndGeneration) throws RemoteException {
815 InputManager.this.onInputDevicesChanged(deviceIdAndGeneration);
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 43 milliseconds