Searched refs:getInputMonitor (Results 1 – 11 of 11) sorted by relevance
70 doReturn(mock(InputMonitor.class)).when(mDisplayContent).getInputMonitor(); in setUp()
262 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();633 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor(); in cleanupAnimation()675 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor(); in binderDied()
171 mService.mRoot.getDisplayContent(mWindowHandle.displayId).getInputMonitor(); in binderDied()
311 mDisplayContent.getInputMonitor().updateInputWindowsImmediately(); in register()346 mDisplayContent.getInputMonitor().updateInputWindowsLw(true /*force*/); in unregister()
1598 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()
758 dc.getInputMonitor().updateInputWindowsLw(true /*force*/); in performSurfacePlacementNoTrace()
679 getDisplayContent().getInputMonitor().setUpdateInputWindowsNeededLw(); in commitVisibility()685 getDisplayContent().getInputMonitor().updateInputWindowsLw(false /*force*/); in commitVisibility()
2046 getDisplayContent().getInputMonitor().updateInputWindowsLw(true /*force*/); in removeIfPossible()2115 getDisplayContent().getInputMonitor().updateInputWindowsLw(false /*force*/); in setupWindowForRemoveOnExit()5163 currentDisplay.getInputMonitor().updateInputWindowsLw(true /* force */); in updateTapExcludeRegion()
3134 getInputMonitor().setInputFocusLw(newFocus, updateInputWindows); in updateFocusedWindowLocked()3168 getInputMonitor().setFocusedAppLw(newFocus); in setFocusedApp()4958 InputMonitor getInputMonitor() { in getInputMonitor() method in DisplayContent
1799 mAppWindowToken.getDisplayContent().getInputMonitor().pauseDispatchingLw( in pauseKeyDispatchingLocked()1812 mAppWindowToken.getDisplayContent().getInputMonitor().resumeDispatchingLw( in resumeKeyDispatchingLocked()
15869 HSPLcom/android/server/wm/DisplayContent;->getInputMonitor()Lcom/android/server/wm/InputMonitor;