Home
last modified time | relevance | path

Searched refs:mInputMonitor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
DSession.java298 mService.mInputMonitor.updateInputWindowsLw(true /*force*/); in performDrag()
304 mService.mInputMonitor.updateInputWindowsLw(true /*force*/); in performDrag()
DWindowManagerService.java815 return mInputMonitor; in getInputMonitor()
2330 mInputMonitor.setUpdateInputWindowsNeededLw(); in addWindow()
2352 mInputMonitor.updateInputWindowsLw(false /*force*/); in addWindow()
2566 mInputMonitor.updateInputWindowsLw(true /*force*/); in removeWindowInnerLocked()
2912 mInputMonitor.updateInputWindowsLw(true /*force*/); in relayoutWindow()
3046 mInputMonitor.updateInputWindowsLw(true /*force*/); in relayoutWindow()
3399 mInputMonitor.updateInputWindowsLw(true /*force*/); in removeWindowToken()
3819 mInputMonitor.setFocusedAppLw(null); in setFocusedApp()
3832 mInputMonitor.setFocusedAppLw(newFocus); in setFocusedApp()
4270 mInputMonitor.setUpdateInputWindowsNeededLw(); in setTokenVisibilityLocked()
[all …]
DDragState.java285 mService.mInputMonitor.updateInputWindowsLw(true /*force*/); in endDragLw()