Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1212 return mInputManagerCallback; in getInputManagerCallback()
3341 mInputManagerCallback.setEventDispatchingLw(mEventDispatchingEnabled); in performEnableScreen()
4372 final InputManagerCallback mInputManagerCallback = new InputManagerCallback(this); field in WindowManagerService
4384 mInputManagerCallback.setEventDispatchingLw(enabled); in setEventDispatching()
4413 if (!mInputManagerCallback.waitForInputDevicesReady( in detectSafeMode()
5457 mInputManagerCallback.freezeInputDispatchingLw(); in startFreezingDisplayLocked()
5520 mInputManagerCallback.thawInputDispatchingLw(); in stopFreezingDisplayLocked()
6118 mInputManagerCallback.dump(pw, " "); in dumpWindowsNoHeaderLocked()