/frameworks/base/packages/SystemUI/tests/utils/src/android/hardware/input/ |
D | FakeInputManager.kt | 23 import android.hardware.input.InputManager.InputDeviceListener in <lambda>() 54 private var inputDeviceListener: InputDeviceListener? = null in <lambda>() 136 fun registerInputDeviceListener(listener: InputDeviceListener) { in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | SysfsNodeMonitor.java | 75 private final InputManager.InputDeviceListener mInputDeviceListener = 76 new InputManager.InputDeviceListener() {
|
D | KeyboardLedController.java | 44 public final class KeyboardLedController implements InputManager.InputDeviceListener {
|
D | BatteryController.java | 474 private final InputManager.InputDeviceListener mInputDeviceListener = 475 new InputManager.InputDeviceListener() {
|
D | KeyboardGlyphManager.java | 65 public final class KeyboardGlyphManager implements InputManager.InputDeviceListener {
|
D | KeyboardBacklightController.java | 57 InputManagerService.KeyboardBacklightControllerInterface, InputManager.InputDeviceListener {
|
D | KeyboardLayoutManager.java | 102 class KeyboardLayoutManager implements InputManager.InputDeviceListener {
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/touchpad/data/repository/ |
D | TouchpadRepositoryTest.kt | 20 import android.hardware.input.InputManager.InputDeviceListener 53 @Captor private lateinit var deviceListenerCaptor: ArgumentCaptor<InputDeviceListener>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/inputdevice/data/repository/ |
D | InputDeviceRepository.kt | 65 object : InputManager.InputDeviceListener { in <lambda>()
|
/frameworks/base/core/java/android/hardware/input/ |
D | InputDeviceVibratorManager.java | 38 implements InputManager.InputDeviceListener {
|
D | InputManagerGlobal.java | 27 import android.hardware.input.InputManager.InputDeviceListener; 344 public final InputDeviceListener mListener; 349 InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) { in InputDeviceListenerDelegate() 391 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) { in registerInputDeviceListener() 406 public void unregisterInputDeviceListener(InputDeviceListener listener) { in unregisterInputDeviceListener() 422 private int findInputDeviceListenerLocked(InputDeviceListener listener) { in findInputDeviceListenerLocked()
|
D | InputManager.java | 449 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) { in registerInputDeviceListener() 460 public void unregisterInputDeviceListener(InputDeviceListener listener) { in unregisterInputDeviceListener() 1647 public interface InputDeviceListener { interface in InputManager
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | InputDeviceDelegate.java | 32 final class InputDeviceDelegate implements InputManager.InputDeviceListener {
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/data/repository/ |
D | KeyboardRepositoryTest.kt | 21 import android.hardware.input.InputManager.InputDeviceListener 61 @Captor private lateinit var deviceListenerCaptor: ArgumentCaptor<InputDeviceListener>
|
/frameworks/base/services/core/java/com/android/server/input/debug/ |
D | TouchpadDebugViewController.java | 35 public class TouchpadDebugViewController implements InputManager.InputDeviceListener {
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
D | DesktopDisplayModeController.kt | 60 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/keyguard/ |
D | KeyguardPinBasedInputViewController.java | 48 extends KeyguardAbsKeyInputViewController<T> implements InputManager.InputDeviceListener {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/ |
D | StylusManager.kt | 60 InputManager.InputDeviceListener, in <lambda>()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/integration/ |
D | FullScreenMagnificationMouseFollowingTest.kt | 245 object : InputManager.InputDeviceListener { in Float()
|
/frameworks/base/cmds/uinput/ |
D | README.md | 152 an `InputDeviceListener` before issuing commands to the device. If you are passing a file to 157 …ttps://developer.android.com/reference/android/hardware/input/InputManager.InputDeviceListener.html
|
/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
D | InputController.java | 695 private final InputManager.InputDeviceListener mListener; 701 mListener = new InputManager.InputDeviceListener() { in WaitForDevice()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | MouseKeysInterceptor.java | 67 implements Handler.Callback, InputManager.InputDeviceListener {
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 35 import android.hardware.input.InputManager.InputDeviceListener; 56 public class PointerLocationView extends View implements InputDeviceListener,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | EdgeBackGestureHandler.java | 383 private final InputManager.InputDeviceListener mInputDeviceListener = 384 new InputManager.InputDeviceListener() {
|