Home
last modified time | relevance | path

Searched refs:mInputManager (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java44 mService.mInputManager.registerInputChannel(mServerChannel, null); in InputConsumerImpl()
85 mService.mInputManager.unregisterInputChannel(mServerChannel); in disposeChannelsLw()
DInputMonitor.java349 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()
DTaskPositioner.java246 mService.mInputManager.registerInputChannel(mServerChannel, null); in register()
310 mService.mInputManager.unregisterInputChannel(mServerChannel); in unregister()
DDragState.java146 mService.mInputManager.registerInputChannel(mServerChannel, null); in register()
198 mService.mInputManager.unregisterInputChannel(mServerChannel); in unregister()
DSession.java328 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel, in performDrag()
DWindowManagerService.java719 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 …]
DWindowState.java1574 mService.mInputManager.registerInputChannel(mInputChannel, mInputWindowHandle); in openInputChannel()
1585 mService.mInputManager.unregisterInputChannel(mInputChannel); in disposeInputChannel()
/frameworks/base/services/core/java/com/android/server/
DWiredAccessoryManager.java85 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/
Dcom_android_server_input_InputManagerService.cpp189 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/
Dcompatibility.jd300 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 …]