/frameworks/base/core/java/android/hardware/input/ |
D | InputDeviceVibratorManager.java | 38 implements InputManager.InputDeviceListener {
|
D | InputManagerGlobal.java | 27 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()
|
D | InputManager.java | 373 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/ |
D | InputDeviceDelegate.java | 31 final class InputDeviceDelegate implements InputManager.InputDeviceListener {
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/data/repository/ |
D | KeyboardRepositoryTest.kt | 60 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/ |
D | KeyRemapper.java | 38 final class KeyRemapper implements InputManager.InputDeviceListener {
|
D | KeyboardLedController.java | 44 public final class KeyboardLedController implements InputManager.InputDeviceListener {
|
D | BatteryController.java | 473 private final InputManager.InputDeviceListener mInputDeviceListener = 474 new InputManager.InputDeviceListener() {
|
D | KeyboardBacklightController.java | 57 InputManagerService.KeyboardBacklightControllerInterface, InputManager.InputDeviceListener {
|
D | KeyboardLayoutManager.java | 103 class KeyboardLayoutManager implements InputManager.InputDeviceListener {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/ |
D | KeyboardRepository.kt | 95 object : InputManager.InputDeviceListener { in <lambda>()
|
/frameworks/base/cmds/hid/ |
D | README.md | 13 (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/ |
D | StylusManager.kt | 60 InputManager.InputDeviceListener, in <lambda>()
|
/frameworks/base/cmds/uinput/ |
D | README.md | 143 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/ |
D | InputController.java | 651 private final InputManager.InputDeviceListener mListener; 656 mListener = new InputManager.InputDeviceListener() { in WaitForDevice()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 30 import android.hardware.input.InputManager.InputDeviceListener; 50 public class PointerLocationView extends View implements InputDeviceListener,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | EdgeBackGestureHandler.java | 363 private final InputManager.InputDeviceListener mInputDeviceListener = 364 new InputManager.InputDeviceListener() {
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 4374 im.registerInputDeviceListener(new InputManager.InputDeviceListener() { in registerDeviceListenerAndCheckStylusSupport()
|
/frameworks/base/config/ |
D | dirty-image-objects | 1349 Landroid/hardware/input/InputManager$InputDeviceListener; 316
|
D | boot-image-profile.txt | 8271 …->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;
|
D | preloaded-classes | 2974 android.hardware.input.InputManager$InputDeviceListener
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 8268 …->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;
|
D | preloaded-classes | 2970 android.hardware.input.InputManager$InputDeviceListener
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13221 …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/ |
D | current.txt | 20456 …id registerInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener, android.os… 20457 …public void unregisterInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener); 20463 public static interface InputManager.InputDeviceListener {
|