Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/utils/src/android/hardware/input/
DFakeInputManager.kt23 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/
DSysfsNodeMonitor.java75 private final InputManager.InputDeviceListener mInputDeviceListener =
76 new InputManager.InputDeviceListener() {
DKeyboardLedController.java44 public final class KeyboardLedController implements InputManager.InputDeviceListener {
DBatteryController.java474 private final InputManager.InputDeviceListener mInputDeviceListener =
475 new InputManager.InputDeviceListener() {
DKeyboardGlyphManager.java65 public final class KeyboardGlyphManager implements InputManager.InputDeviceListener {
DKeyboardBacklightController.java57 InputManagerService.KeyboardBacklightControllerInterface, InputManager.InputDeviceListener {
DKeyboardLayoutManager.java102 class KeyboardLayoutManager implements InputManager.InputDeviceListener {
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/touchpad/data/repository/
DTouchpadRepositoryTest.kt20 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/
DInputDeviceRepository.kt65 object : InputManager.InputDeviceListener { in <lambda>()
/frameworks/base/core/java/android/hardware/input/
DInputDeviceVibratorManager.java38 implements InputManager.InputDeviceListener {
DInputManagerGlobal.java27 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()
DInputManager.java449 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/
DInputDeviceDelegate.java32 final class InputDeviceDelegate implements InputManager.InputDeviceListener {
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/data/repository/
DKeyboardRepositoryTest.kt21 import android.hardware.input.InputManager.InputDeviceListener
61 @Captor private lateinit var deviceListenerCaptor: ArgumentCaptor<InputDeviceListener>
/frameworks/base/services/core/java/com/android/server/input/debug/
DTouchpadDebugViewController.java35 public class TouchpadDebugViewController implements InputManager.InputDeviceListener {
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopDisplayModeController.kt60 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/keyguard/
DKeyguardPinBasedInputViewController.java48 extends KeyguardAbsKeyInputViewController<T> implements InputManager.InputDeviceListener {
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusManager.kt60 InputManager.InputDeviceListener, in <lambda>()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/integration/
DFullScreenMagnificationMouseFollowingTest.kt245 object : InputManager.InputDeviceListener { in Float()
/frameworks/base/cmds/uinput/
DREADME.md152 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/
DInputController.java695 private final InputManager.InputDeviceListener mListener;
701 mListener = new InputManager.InputDeviceListener() { in WaitForDevice()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMouseKeysInterceptor.java67 implements Handler.Callback, InputManager.InputDeviceListener {
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java35 import android.hardware.input.InputManager.InputDeviceListener;
56 public class PointerLocationView extends View implements InputDeviceListener,
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java383 private final InputManager.InputDeviceListener mInputDeviceListener =
384 new InputManager.InputDeviceListener() {

12