Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskPositioningControllerTests.java65 doReturn(mock(InputMonitor.class)).when(mDisplayContent).getInputMonitor(); in setUp()
/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java243 mService.mRoot.getDisplayContent(mDisplayId).getInputMonitor();
592 mService.mRoot.getDisplayContent(mDisplayId).getInputMonitor(); in cleanupAnimation()
633 mService.mRoot.getDisplayContent(mDisplayId).getInputMonitor(); in binderDied()
DInputConsumerImpl.java171 mService.mRoot.getDisplayContent(mWindowHandle.displayId).getInputMonitor(); in binderDied()
DTaskPositioner.java310 mDisplayContent.getInputMonitor().updateInputWindowsLw(true /*force*/); in register()
344 mDisplayContent.getInputMonitor().updateInputWindowsLw(true /*force*/); in unregister()
DWindowManagerService.java1577 displayContent.getInputMonitor().setUpdateInputWindowsNeededLw(); in addWindow()
1597 displayContent.getInputMonitor().setInputFocusLw(displayContent.mCurrentFocus, in addWindow()
1600 displayContent.getInputMonitor().updateInputWindowsLw(false /*force*/); in addWindow()
1829 dc.getInputMonitor().updateInputWindowsLw(true /*force*/); in postWindowRemoveCleanupLocked()
2147 displayContent.getInputMonitor().updateInputWindowsLw(true /*force*/); in relayoutWindow()
2481 dc.getInputMonitor().updateInputWindowsLw(true /*force*/); in removeWindowToken()
5736 return displayContent.getInputMonitor().createInputConsumer(looper, name, in createInputConsumer()
5750 display.getInputMonitor().createInputConsumer(token, name, inputChannel, in createInputConsumer()
5761 return display.getInputMonitor().destroyInputConsumer(name); in destroyInputConsumer()
7696 displayContent.getInputMonitor().updateInputWindowsImmediately()); in syncInputTransactions()
DRootWindowContainer.java758 dc.getInputMonitor().updateInputWindowsLw(true /*force*/); in performSurfacePlacementNoTrace()
DAppWindowToken.java678 getDisplayContent().getInputMonitor().setUpdateInputWindowsNeededLw(); in commitVisibility()
684 getDisplayContent().getInputMonitor().updateInputWindowsLw(false /*force*/); in commitVisibility()
DDisplayContent.java3124 getInputMonitor().setInputFocusLw(newFocus, updateInputWindows); in updateFocusedWindowLocked()
3158 getInputMonitor().setFocusedAppLw(newFocus); in setFocusedApp()
4936 InputMonitor getInputMonitor() { in getInputMonitor() method in DisplayContent
DActivityRecord.java1801 mAppWindowToken.getDisplayContent().getInputMonitor().pauseDispatchingLw( in pauseKeyDispatchingLocked()
1814 mAppWindowToken.getDisplayContent().getInputMonitor().resumeDispatchingLw( in resumeKeyDispatchingLocked()
/frameworks/base/services/
Dart-profile15869 HSPLcom/android/server/wm/DisplayContent;->getInputMonitor()Lcom/android/server/wm/InputMonitor;