Home
last modified time | relevance | path

Searched refs:InputDeviceListener (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
DInputManager.java287 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 InputManager
780 public final InputDeviceListener mListener;
782 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) { in InputDeviceListenerDelegate()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java25 import android.hardware.input.InputManager.InputDeviceListener;
38 public class PointerLocationView extends View implements InputDeviceListener {
/frameworks/base/services/java/com/android/server/
DVibratorService.java53 implements InputManager.InputDeviceListener {
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd849 implement the {@link android.hardware.input.InputManager.InputDeviceListener} interface and
Dandroid-4.4.jd484 …istering an instance of {@link android.hardware.input.InputManager.InputDeviceListener}. Then call…
/frameworks/base/docs/html/
Dsitemap.txt3193 http://developer.android.com/reference/android/hardware/input/InputManager.InputDeviceListener.html
/frameworks/base/api/
Dcurrent.txt10896 …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 {