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 674 private void onInputDevicesChanged(int[] deviceIdAndGeneration) {
774 public void onInputDevicesChanged(int[] deviceIdAndGeneration) throws RemoteException {
775 InputManager.this.onInputDevicesChanged(deviceIdAndGeneration);
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 112 milliseconds