Searched refs:InputDeviceListener (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java290 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) {
310 public void unregisterInputDeviceListener(InputDeviceListener listener) {
325 private int findInputDeviceListenerLocked(InputDeviceListener listener) {
786 public interface InputDeviceListener { interface in class:InputManager
820 public final InputDeviceListener mListener;
822 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) {
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java25 import android.hardware.input.InputManager.InputDeviceListener;
39 public class PointerLocationView extends View implements InputDeviceListener,
/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java56 implements InputManager.InputDeviceListener {

Completed in 5484 milliseconds