Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/hardware/input/
DInputDeviceVibratorManager.java38 implements InputManager.InputDeviceListener {
DInputManagerGlobal.java27 import android.hardware.input.InputManager.InputDeviceListener;
309 public final InputDeviceListener mListener;
314 InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) { in InputDeviceListenerDelegate()
356 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) { in registerInputDeviceListener()
371 public void unregisterInputDeviceListener(InputDeviceListener listener) { in unregisterInputDeviceListener()
387 private int findInputDeviceListenerLocked(InputDeviceListener listener) { in findInputDeviceListenerLocked()
DInputManager.java373 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) { in registerInputDeviceListener()
384 public void unregisterInputDeviceListener(InputDeviceListener listener) { in unregisterInputDeviceListener()
1334 public interface InputDeviceListener { interface in InputManager
/frameworks/base/services/core/java/com/android/server/vibrator/
DInputDeviceDelegate.java31 final class InputDeviceDelegate implements InputManager.InputDeviceListener {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/data/repository/
DKeyboardRepositoryTest.kt60 private lateinit var deviceListenerCaptor: ArgumentCaptor<InputManager.InputDeviceListener> in <lambda>()
130 private suspend fun captureDeviceListener(): InputManager.InputDeviceListener { in <lambda>()
/frameworks/base/services/core/java/com/android/server/input/
DKeyRemapper.java38 final class KeyRemapper implements InputManager.InputDeviceListener {
DKeyboardLedController.java44 public final class KeyboardLedController implements InputManager.InputDeviceListener {
DBatteryController.java473 private final InputManager.InputDeviceListener mInputDeviceListener =
474 new InputManager.InputDeviceListener() {
DKeyboardBacklightController.java57 InputManagerService.KeyboardBacklightControllerInterface, InputManager.InputDeviceListener {
DKeyboardLayoutManager.java103 class KeyboardLayoutManager implements InputManager.InputDeviceListener {
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/
DKeyboardRepository.kt95 object : InputManager.InputDeviceListener { in <lambda>()
/frameworks/base/cmds/hid/
DREADME.md13 (see [InputDeviceListener][1]) notification before issuing commands
145 …ttps://developer.android.com/reference/android/hardware/input/InputManager.InputDeviceListener.html
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusManager.kt60 InputManager.InputDeviceListener, in <lambda>()
/frameworks/base/cmds/uinput/
DREADME.md143 an `InputDeviceListener` before issuing commands to the device. If you are passing a file to
148 …ttps://developer.android.com/reference/android/hardware/input/InputManager.InputDeviceListener.html
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DInputController.java651 private final InputManager.InputDeviceListener mListener;
656 mListener = new InputManager.InputDeviceListener() { in WaitForDevice()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java30 import android.hardware.input.InputManager.InputDeviceListener;
50 public class PointerLocationView extends View implements InputDeviceListener,
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java363 private final InputManager.InputDeviceListener mInputDeviceListener =
364 new InputManager.InputDeviceListener() {
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4374 im.registerInputDeviceListener(new InputManager.InputDeviceListener() { in registerDeviceListenerAndCheckStylusSupport()
/frameworks/base/config/
Ddirty-image-objects1349 Landroid/hardware/input/InputManager$InputDeviceListener; 316
Dboot-image-profile.txt8271 …->registerInputDeviceListener(Landroid/hardware/input/InputManager$InputDeviceListener;Landroid/os…
8272 …Manager;->unregisterInputDeviceListener(Landroid/hardware/input/InputManager$InputDeviceListener;)V
8273 …viceListenerDelegate;-><init>(Landroid/hardware/input/InputManager$InputDeviceListener;Landroid/os…
8282 …->registerInputDeviceListener(Landroid/hardware/input/InputManager$InputDeviceListener;Landroid/os…
35491 Landroid/hardware/input/InputManager$InputDeviceListener;
Dpreloaded-classes2974 android.hardware.input.InputManager$InputDeviceListener
/frameworks/base/boot/
Dboot-image-profile.txt8268 …->registerInputDeviceListener(Landroid/hardware/input/InputManager$InputDeviceListener;Landroid/os…
8269 …Manager;->unregisterInputDeviceListener(Landroid/hardware/input/InputManager$InputDeviceListener;)V
8270 …viceListenerDelegate;-><init>(Landroid/hardware/input/InputManager$InputDeviceListener;Landroid/os…
8279 …->registerInputDeviceListener(Landroid/hardware/input/InputManager$InputDeviceListener;Landroid/os…
25357 Landroid/hardware/input/InputManager$InputDeviceListener;
Dpreloaded-classes2970 android.hardware.input.InputManager$InputDeviceListener
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13221 …id registerInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener, android.os…
13222 …public void unregisterInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener);
13227 public static abstract interface InputManager.InputDeviceListener {
/frameworks/base/core/api/
Dcurrent.txt20456 …id registerInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener, android.os…
20457 …public void unregisterInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener);
20463 public static interface InputManager.InputDeviceListener {

12