Searched refs:getInputMonitor (Results 1 – 12 of 12) sorted by relevance
72 doReturn(mock(InputMonitor.class)).when(mDisplayContent).getInputMonitor(); in setUp()
68 final InputMonitor inputMonitor = getInputMonitor(); in TestDisplayContent()
752 mDisplayContent.getInputMonitor().populateInputWindowHandle(handleWrapper, win); in testUpdateInputWindowHandle()772 mDisplayContent.getInputMonitor().populateInputWindowHandle(handleWrapper, win); in testUpdateInputWindowHandle()783 mDisplayContent.getInputMonitor().populateInputWindowHandle(handleWrapper, win); in testUpdateInputWindowHandle()
166 dc.getInputMonitor().destroyInputConsumer(mName); in binderDied()
329 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();993 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();1042 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();
308 mDisplayContent.getInputMonitor().updateInputWindowsLw(true /*force*/); in unregister()
1827 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()
2505 getDisplayContent().getInputMonitor().updateInputWindowsLw(true /*force*/); in removeIfPossible()2578 getDisplayContent().getInputMonitor().updateInputWindowsLw(false /*force*/); in setupWindowForRemoveOnExit()5721 currentDisplay.getInputMonitor().updateInputWindowsLw(true /* force */); in updateTapExcludeRegion()
4414 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()
3457 getInputMonitor().setInputFocusLw(newFocus, updateInputWindows); in updateFocusedWindowLocked()3527 getInputMonitor().setFocusedAppLw(newFocus); in setFocusedApp()4921 InputMonitor getInputMonitor() { in getInputMonitor() method in DisplayContent
999 dc.getInputMonitor().updateInputWindowsLw(true /*force*/); in performSurfacePlacementNoTrace()
45722 HSPLcom/android/server/wm/DisplayContent;->getInputMonitor()Lcom/android/server/wm/InputMonitor;