Home
last modified time | relevance | path

Searched defs:inputManager (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/input/
DKeyRemapper.java60 InputManager inputManager = Objects.requireNonNull( in systemRunning() local
95 InputManager inputManager = Objects.requireNonNull( in addKeyRemapping() local
141 InputManager inputManager = Objects.requireNonNull( in onInputDeviceAdded() local
DKeyboardBacklightController.java146 InputManager inputManager = Objects.requireNonNull( in systemRunning() local
398 InputManager inputManager = mContext.getSystemService(InputManager.class); in getInputDevice() local
DKeyboardLayoutManager.java160 InputManager inputManager = Objects.requireNonNull( in systemRunning() local
1314 InputManager inputManager = mContext.getSystemService(InputManager.class); in getInputDevice() local
1320 InputManager inputManager = mContext.getSystemService(InputManager.class); in getInputDevice() local
/frameworks/base/tests/Input/src/com/android/test/input/
DUnresponsiveGestureMonitorActivity.kt48 val inputManager = getSystemService(InputManager::class.java) in onCreate() constant
/frameworks/base/services/tests/servicestests/src/com/android/server/input/
DKeyRemapperTests.kt107 val inputManager = InputManager(context) in createKeyboard() constant
DKeyboardLayoutManagerTests.kt153 val inputManager = InputManager(context) in createKeyboard() constant
DKeyboardBacklightControllerTests.kt137 val inputManager = InputManager(context) in createKeyboard() constant
DBatteryControllerTests.kt208 val inputManager = InputManager(context) in setup() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusUsiPowerStartable.kt37 private val inputManager: InputManager, constant in com.android.systemui.stylus.StylusUsiPowerStartable
DStylusUsiPowerUI.kt59 private val inputManager: InputManager, constant in com.android.systemui.stylus.StylusUsiPowerUI
DStylusManager.kt53 private val inputManager: InputManager, in <lambda>() constant in com.android.systemui.stylus.StylusManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/
DStylusUsiPowerStartableTest.kt42 @Mock lateinit var inputManager: InputManager variable in com.android.systemui.stylus.StylusUsiPowerStartableTest
DStylusUsiPowerUiTest.kt63 @Mock lateinit var inputManager: InputManager variable in com.android.systemui.stylus.StylusUsiPowerUiTest
DStylusManagerTest.kt56 @Mock lateinit var inputManager: InputManager in <lambda>() variable in com.android.systemui.stylus.StylusManagerTest
/frameworks/base/core/tests/coretests/src/android/hardware/input/
DInputManagerTest.kt62 private lateinit var inputManager: InputManager variable in android.hardware.input.InputManagerTest
DKeyboardBacklightListenerTest.kt60 private lateinit var inputManager: InputManager in <lambda>() variable in android.hardware.input.KeyboardBacklightListenerTest
DInputDeviceBatteryListenerTest.kt62 private lateinit var inputManager: InputManager in <lambda>() variable in android.hardware.input.InputDeviceBatteryListenerTest
/frameworks/base/services/core/java/com/android/server/policy/
DModifierShortcutManager.java348 final InputManager inputManager = mContext.getSystemService(InputManager.class); in handleKeyboardLogging() local
DDeviceStateProviderImpl.java358 InputManagerInternal inputManager = LocalServices.getService( in setStateConditions() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/
DKeyboardRepository.kt72 private val inputManager: InputManager, constant in com.android.systemui.keyboard.data.repository.KeyboardRepositoryImpl
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModel.java831 final InputManager inputManager = mContext.getSystemService(InputManager.class); in createInputChannel() local
924 InputMonitor create(InputManager inputManager, Context context) { in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayController.java519 InputManager inputManager = mContext.getSystemService(InputManager.class); in monitorOutsideTouches() local
/frameworks/base/services/core/java/com/android/server/
DWiredAccessoryManager.java93 public WiredAccessoryManager(Context context, InputManagerService inputManager) { in WiredAccessoryManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcuts.java367 final InputManager inputManager = mContext.getSystemService(InputManager.class); in retrieveKeyCharacterMap() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java404 InputManager inputManager, in EdgeBackGestureHandler()
1330 InputManager inputManager, in Factory()

12