Home
last modified time | relevance | path

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

/frameworks/base/docs/html/training/game-controllers/
Dcompatibility.jd120 <td>{@link android.hardware.input.InputManager.InputDeviceListener#onInputDeviceAdded(int) onInputD…
127 <td>{@link android.hardware.input.InputManager.InputDeviceListener#onInputDeviceChanged(int) onInpu…
134 <td>{@link android.hardware.input.InputManager.InputDeviceListener#onInputDeviceRemoved(int) onInpu…
229 InputManagerCompat.InputDeviceListener listener,
232 InputManagerCompat.InputDeviceListener listener);
239 public interface InputDeviceListener {
260 …er#registerInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener, android.os…
264 …#unregisterInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener) unregister…
278 <dt>{@code InputDeviceListener}</dt>
279 <dd>Mirrors the {@link android.hardware.input.InputManager.InputDeviceListener}
[all …]
/frameworks/base/core/java/android/hardware/input/
DInputManager.java290 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) { in registerInputDeviceListener()
310 public void unregisterInputDeviceListener(InputDeviceListener listener) { in unregisterInputDeviceListener()
325 private int findInputDeviceListenerLocked(InputDeviceListener listener) { in findInputDeviceListenerLocked()
786 public interface InputDeviceListener { interface in InputManager
820 public final InputDeviceListener mListener;
822 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) { in InputDeviceListenerDelegate()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java25 import android.hardware.input.InputManager.InputDeviceListener;
39 public class PointerLocationView extends View implements InputDeviceListener,
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java56 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/
Dsystem-current.txt13823 …id registerInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener, android.os…
13824 …public void unregisterInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener);
13829 public static abstract interface InputManager.InputDeviceListener {
Dcurrent.txt13223 …id registerInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener, android.os…
13224 …public void unregisterInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener);
13229 public static abstract interface InputManager.InputDeviceListener {