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.java1192 return mInputManagerCallback; in getInputManagerCallback()
3326 mInputManagerCallback.setEventDispatchingLw(mEventDispatchingEnabled); in performEnableScreen()
4357 final InputManagerCallback mInputManagerCallback = new InputManagerCallback(this); field in WindowManagerService
4369 mInputManagerCallback.setEventDispatchingLw(enabled); in setEventDispatching()
4398 if (!mInputManagerCallback.waitForInputDevicesReady( in detectSafeMode()
5444 mInputManagerCallback.freezeInputDispatchingLw(); in startFreezingDisplayLocked()
5507 mInputManagerCallback.thawInputDispatchingLw(); in stopFreezingDisplayLocked()
6093 mInputManagerCallback.dump(pw, " "); in dumpWindowsNoHeaderLocked()