/frameworks/base/services/core/java/com/android/server/input/ |
D | KeyRemapper.java | 60 InputManager inputManager = Objects.requireNonNull( in systemRunning() local 95 InputManager inputManager = Objects.requireNonNull( in addKeyRemapping() local 141 InputManager inputManager = Objects.requireNonNull( in onInputDeviceAdded() local
|
D | KeyboardBacklightController.java | 146 InputManager inputManager = Objects.requireNonNull( in systemRunning() local 398 InputManager inputManager = mContext.getSystemService(InputManager.class); in getInputDevice() local
|
D | KeyboardLayoutManager.java | 163 InputManager inputManager = Objects.requireNonNull( in systemRunning() local 1039 InputManager inputManager = mContext.getSystemService(InputManager.class); in getInputDevice() local 1045 InputManager inputManager = mContext.getSystemService(InputManager.class); in getInputDevice() local
|
/frameworks/base/tests/Input/src/com/android/test/input/ |
D | UnresponsiveGestureMonitorActivity.kt | 48 val inputManager = checkNotNull(getSystemService(InputManager::class.java)) in onCreate() constant
|
/frameworks/base/tests/Input/src/android/hardware/input/ |
D | KeyboardLayoutPreviewTests.kt | 54 val inputManager = context.getSystemService(InputManager::class.java)!! in createDrawable() constant
|
D | InputManagerTest.kt | 62 private lateinit var inputManager: InputManager variable in android.hardware.input.InputManagerTest
|
D | KeyboardBacklightListenerTest.kt | 60 private lateinit var inputManager: InputManager in <lambda>() variable in android.hardware.input.KeyboardBacklightListenerTest
|
D | StickyModifierStateListenerTest.kt | 67 private lateinit var inputManager: InputManager in <lambda>() variable in android.hardware.input.StickyModifierStateListenerTest
|
D | InputDeviceBatteryListenerTest.kt | 62 private lateinit var inputManager: InputManager in <lambda>() variable in android.hardware.input.InputDeviceBatteryListenerTest
|
/frameworks/base/tests/Input/src/com/android/server/input/ |
D | KeyRemapperTests.kt | 108 val inputManager = InputManager(context) in createKeyboard() constant
|
D | InputManagerServiceTests.kt | 118 val inputManager = InputManager(context) in setup() constant
|
D | KeyboardLayoutManagerTests.kt | 182 val inputManager = InputManager(context) in createKeyboard() constant
|
D | KeyboardBacklightControllerTests.kt | 138 val inputManager = InputManager(context) in createKeyboard() constant
|
D | BatteryControllerTests.kt | 209 val inputManager = InputManager(context) in setup() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/ |
D | StylusUsiPowerStartable.kt | 37 private val inputManager: InputManager, constant in com.android.systemui.stylus.StylusUsiPowerStartable
|
D | StylusUsiPowerUI.kt | 59 private val inputManager: InputManager, constant in com.android.systemui.stylus.StylusUsiPowerUI
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/stickykeys/ui/viewmodel/ |
D | StickyKeysIndicatorViewModelTest.kt | 63 private val inputManager = mock<InputManager>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/ |
D | StylusUsiPowerStartableTest.kt | 42 @Mock lateinit var inputManager: InputManager variable in com.android.systemui.stylus.StylusUsiPowerStartableTest
|
D | StylusUsiPowerUiTest.kt | 63 @Mock lateinit var inputManager: InputManager variable in com.android.systemui.stylus.StylusUsiPowerUiTest
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/stickykeys/data/repository/ |
D | StickyKeysRepository.kt | 53 private val inputManager: InputManager, constant in com.android.systemui.keyboard.stickykeys.data.repository.StickyKeysRepositoryImpl
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | ModifierShortcutManager.java | 420 final InputManager inputManager = mContext.getSystemService(InputManager.class); in handleKeyboardLogging() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/ |
D | KeyboardRepository.kt | 76 private val inputManager: InputManager, constant in com.android.systemui.keyboard.data.repository.KeyboardRepositoryImpl
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardOverlayController.java | 519 InputManager inputManager = mContext.getSystemService(InputManager.class); in monitorOutsideTouches() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | EdgeBackGestureHandler.java | 421 InputManager inputManager, in EdgeBackGestureHandler() 1350 InputManager inputManager, in Factory()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | DesktopModeWindowDecorViewModel.java | 1017 final InputManager inputManager = mContext.getSystemService(InputManager.class); in createInputChannel() local 1178 InputMonitor create(InputManager inputManager, Context context) { in create()
|