HomeSort by relevance Sort by last modified time
    Searched refs:mInputMonitor (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
InputManager.java 533 mWindowManagerService.mInputMonitor.notifyConfigurationChanged();
538 mWindowManagerService.mInputMonitor.notifyLidSwitchChanged(whenNanos, lidOpen);
543 mWindowManagerService.mInputMonitor.notifyInputChannelBroken(inputWindowHandle);
549 return mWindowManagerService.mInputMonitor.notifyANR(
567 return mWindowManagerService.mInputMonitor.interceptKeyBeforeQueueing(
573 return mWindowManagerService.mInputMonitor.interceptMotionBeforeQueueingWhenScreenOff(
580 return mWindowManagerService.mInputMonitor.interceptKeyBeforeDispatching(
587 return mWindowManagerService.mInputMonitor.dispatchUnhandledKey(
Session.java 264 mService.mInputMonitor.updateInputWindowsLw(true /*force*/);
270 mService.mInputMonitor.updateInputWindowsLw(true /*force*/);
WindowManagerService.java     [all...]
DragState.java 266 mService.mInputMonitor.updateInputWindowsLw(true /*force*/);

Completed in 68 milliseconds