Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DInputManager.java533 mWindowManagerService.mInputMonitor.notifyConfigurationChanged(); in notifyConfigurationChanged()
538 mWindowManagerService.mInputMonitor.notifyLidSwitchChanged(whenNanos, lidOpen); in notifyLidSwitchChanged()
543 mWindowManagerService.mInputMonitor.notifyInputChannelBroken(inputWindowHandle); in notifyInputChannelBroken()
549 return mWindowManagerService.mInputMonitor.notifyANR( in notifyANR()
567 return mWindowManagerService.mInputMonitor.interceptKeyBeforeQueueing( in interceptKeyBeforeQueueing()
573 return mWindowManagerService.mInputMonitor.interceptMotionBeforeQueueingWhenScreenOff( in interceptMotionBeforeQueueingWhenScreenOff()
580 return mWindowManagerService.mInputMonitor.interceptKeyBeforeDispatching( in interceptKeyBeforeDispatching()
587 return mWindowManagerService.mInputMonitor.dispatchUnhandledKey( in dispatchUnhandledKey()
DSession.java260 mService.mInputMonitor.updateInputWindowsLw(true /*force*/); in performDrag()
266 mService.mInputMonitor.updateInputWindowsLw(true /*force*/); in performDrag()
DWindowManagerService.java2134 mInputMonitor.setUpdateInputWindowsNeededLw(); in addWindow()
2158 mInputMonitor.updateInputWindowsLw(false /*force*/); in addWindow()
2239 mInputMonitor.updateInputWindowsLw(false /*force*/); in removeWindowLocked()
2355 mInputMonitor.updateInputWindowsLw(true /*force*/); in removeWindowInnerLocked()
2638 mInputMonitor.updateInputWindowsLw(true /*force*/); in relayoutWindow()
2781 mInputMonitor.updateInputWindowsLw(true /*force*/); in relayoutWindow()
3183 mInputMonitor.updateInputWindowsLw(true /*force*/); in removeWindowToken()
3506 mInputMonitor.setFocusedAppLw(null); in setFocusedApp()
3518 mInputMonitor.setFocusedAppLw(newFocus); in setFocusedApp()
3860 mInputMonitor.setUpdateInputWindowsNeededLw(); in setTokenVisibilityLocked()
[all …]
DDragState.java266 mService.mInputMonitor.updateInputWindowsLw(true /*force*/); in endDragLw()