Searched refs:mInputManager (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DFakeWindowImpl.java48 mService.mInputManager.registerInputChannel(mServerChannel, null);
97 mService.mInputManager.unregisterInputChannel(mServerChannel);
H A DInputMonitor.java320 mService.mInputManager.setInputWindows(mInputWindowHandles);
436 mService.mInputManager.setFocusedApplication(null);
442 mService.mInputManager.setFocusedApplication(handle);
502 mService.mInputManager.setInputDispatchMode(mInputDispatchEnabled, mInputDispatchFrozen);
H A DDragState.java102 mService.mInputManager.registerInputChannel(mServerChannel, null);
154 mService.mInputManager.unregisterInputChannel(mServerChannel);
H A DSession.java310 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel,
H A DWindowManagerService.java626 final InputManagerService mInputManager; field in class:WindowManagerService
830 mInputManager = inputManager; // Must be before createDisplayContentLocked.
837 mPointerEventDispatcher = new PointerEventDispatcher(mInputManager.monitorInput(TAG));
2449 mInputManager.registerInputChannel(win.mInputChannel, win.mInputWindowHandle);
5565 int sw = mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY,
5582 int sw = mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY,
5599 mInputManager.switchKeyboardLayout(deviceId, direction);
7267 final InputDevice[] devices = mInputManager.getInputDevices();
7491 int menuState = mInputManager.getKeyCodeState(-1, InputDevice.SOURCE_ANY,
7493 int sState = mInputManager
[all...]
H A DWindowState.java1128 mService.mInputManager.unregisterInputChannel(mInputChannel);
/frameworks/base/services/core/java/com/android/server/
H A DWiredAccessoryManager.java88 private final InputManagerService mInputManager; field in class:WiredAccessoryManager
97 mInputManager = inputManager;
108 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_HEADPHONE_INSERT) == 1) {
111 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_MICROPHONE_INSERT) == 1) {
114 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_LINEOUT_INSERT) == 1) {
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp176 inline sp<InputManager> getInputManager() const { return mInputManager; }
234 sp<InputManager> mInputManager; member in class:android::NativeInputManager
297 mInputManager = new InputManager(eventHub, this, this);
308 mInputManager->getReader()->dump(dump);
311 mInputManager->getDispatcher()->dump(dump);
348 mInputManager->getReader()->requestRefreshConfiguration(
356 return mInputManager->getDispatcher()->registerInputChannel(
362 return mInputManager->getDispatcher()->unregisterInputChannel(inputChannel);
658 mInputManager->getDispatcher()->setInputWindows(windowHandles);
683 mInputManager
[all...]

Completed in 119 milliseconds