Searched refs:InputDeviceListener (Results 1 – 7 of 7) sorted by relevance
287 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) { in registerInputDeviceListener()307 public void unregisterInputDeviceListener(InputDeviceListener listener) { in unregisterInputDeviceListener()322 private int findInputDeviceListenerLocked(InputDeviceListener listener) { in findInputDeviceListenerLocked()746 public interface InputDeviceListener { interface in InputManager780 public final InputDeviceListener mListener;782 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) { in InputDeviceListenerDelegate()
25 import android.hardware.input.InputManager.InputDeviceListener;38 public class PointerLocationView extends View implements InputDeviceListener {
53 implements InputManager.InputDeviceListener {
849 implement the {@link android.hardware.input.InputManager.InputDeviceListener} interface and
484 …istering an instance of {@link android.hardware.input.InputManager.InputDeviceListener}. Then call…
3193 http://developer.android.com/reference/android/hardware/input/InputManager.InputDeviceListener.html
10896 …id registerInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener, android.os…10897 …public void unregisterInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener);10902 public static abstract interface InputManager.InputDeviceListener {