Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskPositioningControllerTests.java70 doReturn(mock(InputMonitor.class)).when(mDisplayContent).getInputMonitor(); in setUp()
/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java262 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();
633 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor(); in cleanupAnimation()
675 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor(); in binderDied()
DInputConsumerImpl.java171 mService.mRoot.getDisplayContent(mWindowHandle.displayId).getInputMonitor(); in binderDied()
DTaskPositioner.java311 mDisplayContent.getInputMonitor().updateInputWindowsImmediately(); in register()
346 mDisplayContent.getInputMonitor().updateInputWindowsLw(true /*force*/); in unregister()
DWindowManagerService.java1598 displayContent.getInputMonitor().setUpdateInputWindowsNeededLw(); in addWindow()
1618 displayContent.getInputMonitor().setInputFocusLw(displayContent.mCurrentFocus, in addWindow()
1621 displayContent.getInputMonitor().updateInputWindowsLw(false /*force*/); in addWindow()
1850 dc.getInputMonitor().updateInputWindowsLw(true /*force*/); in postWindowRemoveCleanupLocked()
2170 displayContent.getInputMonitor().updateInputWindowsLw(true /*force*/); in relayoutWindow()
2504 dc.getInputMonitor().updateInputWindowsLw(true /*force*/); in removeWindowToken()
5763 return displayContent.getInputMonitor().createInputConsumer(looper, name, in createInputConsumer()
5777 display.getInputMonitor().createInputConsumer(token, name, inputChannel, in createInputConsumer()
5788 return display.getInputMonitor().destroyInputConsumer(name); in destroyInputConsumer()
7733 displayContent.getInputMonitor().updateInputWindowsImmediately()); in syncInputTransactions()
DRootWindowContainer.java758 dc.getInputMonitor().updateInputWindowsLw(true /*force*/); in performSurfacePlacementNoTrace()
DAppWindowToken.java679 getDisplayContent().getInputMonitor().setUpdateInputWindowsNeededLw(); in commitVisibility()
685 getDisplayContent().getInputMonitor().updateInputWindowsLw(false /*force*/); in commitVisibility()
DWindowState.java2046 getDisplayContent().getInputMonitor().updateInputWindowsLw(true /*force*/); in removeIfPossible()
2115 getDisplayContent().getInputMonitor().updateInputWindowsLw(false /*force*/); in setupWindowForRemoveOnExit()
5163 currentDisplay.getInputMonitor().updateInputWindowsLw(true /* force */); in updateTapExcludeRegion()
DDisplayContent.java3134 getInputMonitor().setInputFocusLw(newFocus, updateInputWindows); in updateFocusedWindowLocked()
3168 getInputMonitor().setFocusedAppLw(newFocus); in setFocusedApp()
4958 InputMonitor getInputMonitor() { in getInputMonitor() method in DisplayContent
DActivityRecord.java1799 mAppWindowToken.getDisplayContent().getInputMonitor().pauseDispatchingLw( in pauseKeyDispatchingLocked()
1812 mAppWindowToken.getDisplayContent().getInputMonitor().resumeDispatchingLw( in resumeKeyDispatchingLocked()
/frameworks/base/services/
Dart-profile15869 HSPLcom/android/server/wm/DisplayContent;->getInputMonitor()Lcom/android/server/wm/InputMonitor;