Home
last modified time | relevance | path

Searched refs:getInputMonitor (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskPositioningControllerTests.java72 doReturn(mock(InputMonitor.class)).when(mDisplayContent).getInputMonitor(); in setUp()
DTestDisplayContent.java68 final InputMonitor inputMonitor = getInputMonitor(); in TestDisplayContent()
DWindowStateTests.java752 mDisplayContent.getInputMonitor().populateInputWindowHandle(handleWrapper, win); in testUpdateInputWindowHandle()
772 mDisplayContent.getInputMonitor().populateInputWindowHandle(handleWrapper, win); in testUpdateInputWindowHandle()
783 mDisplayContent.getInputMonitor().populateInputWindowHandle(handleWrapper, win); in testUpdateInputWindowHandle()
/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java166 dc.getInputMonitor().destroyInputConsumer(mName); in binderDied()
DRecentsAnimationController.java329 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();
993 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();
1042 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();
DTaskPositioner.java308 mDisplayContent.getInputMonitor().updateInputWindowsLw(true /*force*/); in unregister()
DWindowManagerService.java1827 displayContent.getInputMonitor().setUpdateInputWindowsNeededLw(); in addWindow()
1847 displayContent.getInputMonitor().setInputFocusLw(displayContent.mCurrentFocus, in addWindow()
1850 displayContent.getInputMonitor().updateInputWindowsLw(false /*force*/); in addWindow()
2106 dc.getInputMonitor().updateInputWindowsLw(true /*force*/); in postWindowRemoveCleanupLocked()
2374 displayContent.getInputMonitor().updateInputWindowsLw(true /*force*/); in relayoutWindow()
2841 dc.getInputMonitor().updateInputWindowsLw(true /*force*/); in removeWindowToken()
6023 display.getInputMonitor().createInputConsumer(token, name, inputChannel, in createInputConsumer()
6039 return display.getInputMonitor().destroyInputConsumer(name); in destroyInputConsumer()
8078 displayContent.getInputMonitor().updateInputWindowsImmediately(t)); in syncInputTransactions()
DWindowState.java2505 getDisplayContent().getInputMonitor().updateInputWindowsLw(true /*force*/); in removeIfPossible()
2578 getDisplayContent().getInputMonitor().updateInputWindowsLw(false /*force*/); in setupWindowForRemoveOnExit()
5721 currentDisplay.getInputMonitor().updateInputWindowsLw(true /* force */); in updateTapExcludeRegion()
DActivityRecord.java4414 getDisplayContent().getInputMonitor().pauseDispatchingLw(this); in pauseKeyDispatchingLocked()
4424 getDisplayContent().getInputMonitor().resumeDispatchingLw(this); in resumeKeyDispatchingLocked()
4706 displayContent.getInputMonitor().setUpdateInputWindowsNeededLw(); in commitVisibility()
4712 displayContent.getInputMonitor().updateInputWindowsLw(false /*force*/); in commitVisibility()
DDisplayContent.java3457 getInputMonitor().setInputFocusLw(newFocus, updateInputWindows); in updateFocusedWindowLocked()
3527 getInputMonitor().setFocusedAppLw(newFocus); in setFocusedApp()
4921 InputMonitor getInputMonitor() { in getInputMonitor() method in DisplayContent
DRootWindowContainer.java999 dc.getInputMonitor().updateInputWindowsLw(true /*force*/); in performSurfacePlacementNoTrace()
/frameworks/base/services/
Dart-profile45722 HSPLcom/android/server/wm/DisplayContent;->getInputMonitor()Lcom/android/server/wm/InputMonitor;