Home
last modified time | relevance | path

Searched refs:updateInputWindowsLw (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java239 public void updateInputWindowsLw(boolean force) { in updateInputWindowsLw() method in InputMonitor
457 updateInputWindowsLw(false /*force*/); in setInputFocusLw()
482 updateInputWindowsLw(true /*force*/); in pauseDispatchingLw()
493 updateInputWindowsLw(true /*force*/); in resumeDispatchingLw()
DSession.java327 mService.mInputMonitor.updateInputWindowsLw(true /*force*/); in performDrag()
333 mService.mInputMonitor.updateInputWindowsLw(true /*force*/); in performDrag()
DWindowManagerService.java2168 mInputMonitor.updateInputWindowsLw(false /*force*/); in addWindow()
2290 mInputMonitor.updateInputWindowsLw(false /*force*/); in setupWindowForRemoveOnExit()
2393 mInputMonitor.updateInputWindowsLw(true /*force*/); in removeWindowLocked()
2555 mInputMonitor.updateInputWindowsLw(true /*force*/); in removeWindowInnerLocked()
2855 mInputMonitor.updateInputWindowsLw(true /*force*/); in relayoutWindow()
2975 mInputMonitor.updateInputWindowsLw(true /*force*/); in relayoutWindow()
3395 mInputMonitor.updateInputWindowsLw(true /*force*/); in removeWindowToken()
4399 mInputMonitor.updateInputWindowsLw(false /*force*/); in setTokenVisibilityLocked()
4907 mInputMonitor.updateInputWindowsLw(false /*force*/); in moveStackWindowsLocked()
7577 mInputMonitor.updateInputWindowsLw(true /*force*/); in startPositioningLocked()
[all …]
DWindowSurfacePlacer.java483 mService.mInputMonitor.updateInputWindowsLw(true /*force*/); in performSurfacePlacementInner()
568 mService.mInputMonitor.updateInputWindowsLw(false /*force*/); in performSurfacePlacementInner()
1061 mService.mInputMonitor.updateInputWindowsLw(false /*force*/); in performLayoutLockedInner()
DDragState.java401 mService.mInputMonitor.updateInputWindowsLw(true /*force*/); in cleanUpDragLw()