Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAnrController.java97 focusToken = display.getInputMonitor().mInputFocus; in notifyAppUnresponsive()
106 - display.getInputMonitor().mInputFocusRequestTimeMillis in notifyAppUnresponsive()
H A DInputConsumerImpl.java161 dc.getInputMonitor().destroyInputConsumer(mName); in binderDied()
H A DRecentsAnimationController.java292 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();
963 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();
1012 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();
H A DTaskPositioner.java293 mDisplayContent.getInputMonitor().updateInputWindowsLw(true /*force*/);
H A DWindowManagerService.java1778 displayContent.getInputMonitor().setUpdateInputWindowsNeededLw(); in addWindow()
1802 displayContent.getInputMonitor().setInputFocusLw(displayContent.mCurrentFocus, in addWindow()
1805 displayContent.getInputMonitor().updateInputWindowsLw(false /*force*/); in addWindow()
2017 dc.getInputMonitor().updateInputWindowsLw(true /*force*/); in postWindowRemoveCleanupLocked()
2088 w.getDisplayContent().getInputMonitor().updateInputWindowsLw(true); in setInsetsWindow()
2374 displayContent.getInputMonitor().updateInputWindowsLw(true /*force*/); in relayoutWindow()
2893 dc.getInputMonitor().updateInputWindowsLw(true /* force */); in removeWindowToken()
6433 display.getInputMonitor().createInputConsumer(token, name, inputChannel, in createInputConsumer()
6449 return display.getInputMonitor().destroyInputConsumer(name); in destroyInputConsumer()
8565 displayContent.getInputMonitor().updateInputWindowsImmediately(t)); in syncInputTransactions()
[all …]
H A DTransition.java1318 dc.getInputMonitor().setActiveRecents(null /* activity */, null /* layer */); in finishTransition()
1830 dc.getInputMonitor().getInputConsumer(INPUT_CONSUMER_RECENTS_ANIMATION); in handleLegacyRecentsStartBehavior()
1855 dc.getInputMonitor().setActiveRecents(recentsActivity, topActivity); in handleLegacyRecentsStartBehavior()
H A DDisplayContent.java3923 getInputMonitor().setInputFocusLw(newFocus, updateInputWindows); in updateFocusedWindowLocked()
3986 getInputMonitor().setFocusedAppLw(newFocus); in setFocusedApp()
5566 InputMonitor getInputMonitor() { in getInputMonitor() method in DisplayContent
H A DActivityRecord.java5191 getDisplayContent().getInputMonitor().pauseDispatchingLw(this); in pauseKeyDispatchingLocked()
5201 getDisplayContent().getInputMonitor().resumeDispatchingLw(this); in resumeKeyDispatchingLocked()
5581 displayContent.getInputMonitor().setUpdateInputWindowsNeededLw(); in commitVisibility()
5587 displayContent.getInputMonitor().updateInputWindowsLw(false /*force*/); in commitVisibility()
H A DWindowState.java2556 getDisplayContent().getInputMonitor().updateInputWindowsLw(false /*force*/); in setupWindowForRemoveOnExit()
5505 currentDisplay.getInputMonitor().updateInputWindowsLw(true /* force */); in updateTapExcludeRegion()
H A DRootWindowContainer.java923 dc.getInputMonitor().updateInputWindowsLw(true /*force*/); in performSurfacePlacementNoTrace()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskPositioningControllerTests.java72 doReturn(mock(InputMonitor.class)).when(mDisplayContent).getInputMonitor(); in setUp()
H A DTestDisplayContent.java76 final InputMonitor inputMonitor = getInputMonitor(); in TestDisplayContent()
H A DWindowStateTests.java879 mDisplayContent.getInputMonitor().populateInputWindowHandle(handleWrapper, win); in testUpdateInputWindowHandle()
900 mDisplayContent.getInputMonitor().populateInputWindowHandle(handleWrapper, win); in testUpdateInputWindowHandle()
911 mDisplayContent.getInputMonitor().populateInputWindowHandle(handleWrapper, win); in testUpdateInputWindowHandle()
/aosp14/frameworks/base/services/
H A Dart-profile10892 HSPLcom/android/server/wm/DisplayContent;->getInputMonitor()Lcom/android/server/wm/InputMonitor;