Searched refs:mInputManager (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputConsumerImpl.java | 44 mService.mInputManager.registerInputChannel(mServerChannel, null); in InputConsumerImpl() 85 mService.mInputManager.unregisterInputChannel(mServerChannel); in disposeChannelsLw()
|
D | InputMonitor.java | 349 mService.mInputManager.setInputWindows(mInputWindowHandles); in updateInputWindowsLw() 465 mService.mInputManager.setFocusedApplication(null); in setFocusedAppLw() 471 mService.mInputManager.setFocusedApplication(handle); in setFocusedAppLw() 536 mService.mInputManager.setInputDispatchMode(mInputDispatchEnabled, mInputDispatchFrozen); in updateInputDispatchModeLw()
|
D | TaskPositioner.java | 246 mService.mInputManager.registerInputChannel(mServerChannel, null); in register() 310 mService.mInputManager.unregisterInputChannel(mServerChannel); in unregister()
|
D | DragState.java | 146 mService.mInputManager.registerInputChannel(mServerChannel, null); in register() 198 mService.mInputManager.unregisterInputChannel(mServerChannel); in unregister()
|
D | Session.java | 328 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel, in performDrag()
|
D | WindowManagerService.java | 719 final InputManagerService mInputManager; field in WindowManagerService 961 mInputManager = inputManager; // Must be before createDisplayContentLocked. in WindowManagerService() 972 mPointerEventDispatcher = new PointerEventDispatcher(mInputManager.monitorInput(TAG_WM)); in WindowManagerService() 5672 int sw = mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, in getLidState() 5695 int sw = mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, in getCameraLensCoverState() 7596 final InputDevice[] devices = mInputManager.getInputDevices(); in computeScreenConfigurationLocked() 7755 if (!mInputManager.transferTouchFocus( in startPositioningLocked() 8006 int menuState = mInputManager.getKeyCodeState(-1, InputDevice.SOURCE_ANY, in detectSafeMode() 8008 int sState = mInputManager.getKeyCodeState(-1, InputDevice.SOURCE_ANY, KeyEvent.KEYCODE_S); in detectSafeMode() 8009 int dpadState = mInputManager.getKeyCodeState(-1, InputDevice.SOURCE_DPAD, in detectSafeMode() [all …]
|
D | WindowState.java | 1574 mService.mInputManager.registerInputChannel(mInputChannel, mInputWindowHandle); in openInputChannel() 1585 mService.mInputManager.unregisterInputChannel(mInputChannel); in disposeInputChannel()
|
/frameworks/base/services/core/java/com/android/server/ |
D | WiredAccessoryManager.java | 85 private final InputManagerService mInputManager; field in WiredAccessoryManager 94 mInputManager = inputManager; in WiredAccessoryManager() 105 … if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_HEADPHONE_INSERT) == 1) { in onSystemReady() 108 … if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_MICROPHONE_INSERT) == 1) { in onSystemReady() 111 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_LINEOUT_INSERT) == 1) { in onSystemReady()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 189 inline sp<InputManager> getInputManager() const { return mInputManager; } in getInputManager() 255 sp<InputManager> mInputManager; member in android::NativeInputManager 319 mInputManager = new InputManager(eventHub, this, this); in NativeInputManager() 345 mInputManager->getReader()->dump(dump); in dump() 348 mInputManager->getDispatcher()->dump(dump); in dump() 385 mInputManager->getReader()->requestRefreshConfiguration( in setDisplayViewport() 393 return mInputManager->getDispatcher()->registerInputChannel( in registerInputChannel() 399 return mInputManager->getDispatcher()->unregisterInputChannel(inputChannel); in unregisterInputChannel() 679 mInputManager->getDispatcher()->setInputWindows(windowHandles); in setInputWindows() 704 mInputManager->getReader()->requestRefreshConfiguration(changes); in setInputWindows() [all …]
|
/frameworks/base/docs/html/training/game-controllers/ |
D | compatibility.jd | 300 private final InputManager mInputManager; 305 mInputManager = (InputManager) 313 return mInputManager.getInputDevice(id); 318 return mInputManager.getInputDeviceIds(); 343 mInputManager.registerInputDeviceListener(v16Listener, handler); 413 private final WeakReference<InputManagerV9> mInputManager; 416 mInputManager = new WeakReference<InputManagerV9>(im); 424 InputManagerV9 imv = mInputManager.get(); 600 private InputManagerCompat mInputManager; 604 mInputManager = [all …]
|