Home
last modified time | relevance | path

Searched refs:mInputMonitor (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java105 private InputMonitor mInputMonitor; field in InputMonitor.EventReceiverInputConsumer
112 mInputMonitor = monitor; in EventReceiverInputConsumer()
120 if (mInputMonitor.destroyInputConsumer(mWindowHandle.name)) { in dismiss()
DWindowManagerService.java1142 return mInputMonitor; in getInputMonitor()
1517 mInputMonitor.setUpdateInputWindowsNeededLw(); in addWindow()
1537 mInputMonitor.setInputFocusLw(mCurrentFocus, false /*updateInputWindows*/); in addWindow()
1539 mInputMonitor.updateInputWindowsLw(false /*force*/); in addWindow()
1757 mInputMonitor.updateInputWindowsLw(true /*force*/); in postWindowRemoveCleanupLocked()
2019 mInputMonitor.updateInputWindowsLw(true /*force*/); in relayoutWindow()
2173 mInputMonitor.updateInputWindowsLw(true /*force*/); in relayoutWindow()
2437 mInputMonitor.updateInputWindowsLw(true /*force*/); in removeWindowToken()
2622 mInputMonitor.setFocusedAppLw(newFocus); in setFocusedApp()
3477 mInputMonitor.setEventDispatchingLw(mEventDispatchingEnabled); in performEnableScreen()
[all …]
DDragState.java224 mService.mInputMonitor.updateInputWindowsLw(true /*force*/); in register()
237 mService.mInputMonitor.updateInputWindowsLw(true /*force*/); in unregister()
DAppWindowContainerController.java679 mService.mInputMonitor.pauseDispatchingLw(mContainer); in pauseKeyDispatching()
687 mService.mInputMonitor.resumeDispatchingLw(mContainer); in resumeKeyDispatching()
DAppWindowToken.java407 mService.mInputMonitor.setUpdateInputWindowsNeededLw(); in setVisibility()
413 mService.mInputMonitor.updateInputWindowsLw(false /*force*/); in setVisibility()
586 mService.mInputMonitor.setFocusedAppLw(null); in onRemovedFromDisplay()
DRootWindowContainer.java715 mService.mInputMonitor.updateInputWindowsLw(true /*force*/); in performSurfacePlacement()
794 mService.mInputMonitor.updateInputWindowsLw(false /*force*/); in performSurfacePlacement()
DDisplayContent.java2268 mService.mInputMonitor.setUpdateInputWindowsNeededLw(); in layoutAndAssignWindowLayersIfNeeded()
2270 mService.mInputMonitor.updateInputWindowsLw(false /*force*/); in layoutAndAssignWindowLayersIfNeeded()
2825 mService.mInputMonitor.layoutInputConsumers(dw, dh); in performLayout()
2826 mService.mInputMonitor.setUpdateInputWindowsNeededLw(); in performLayout()
2828 mService.mInputMonitor.updateInputWindowsLw(false /*force*/); in performLayout()
DWindowState.java1848 mService.mInputMonitor.updateInputWindowsLw(true /*force*/); in removeIfPossible()
1908 mService.mInputMonitor.updateInputWindowsLw(false /*force*/); in setupWindowForRemoveOnExit()