Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java285 boolean addWallpaperInputConsumerHandle = mService.mWallpaperInputConsumer != null; in updateInputWindowsLw()
311 addInputWindowHandleLw(mService.mWallpaperInputConsumer.mWindowHandle); in updateInputWindowsLw()
345 addInputWindowHandleLw(mService.mWallpaperInputConsumer.mWindowHandle); in updateInputWindowsLw()
DWindowSurfacePlacer.java909 if (mService.mWallpaperInputConsumer != null) { in performLayoutLockedInner()
910 mService.mWallpaperInputConsumer.layout(dw, dh); in performLayoutLockedInner()
DWindowManagerService.java440 InputConsumerImpl mWallpaperInputConsumer; field in WindowManagerService
10047 mWallpaperInputConsumer = new InputConsumerImpl(this, "wallpaper input", inputChannel); in createWallpaperInputConsumer()
10048 mWallpaperInputConsumer.mWindowHandle.hasWallpaper = true; in createWallpaperInputConsumer()
10056 if (mWallpaperInputConsumer != null) { in removeWallpaperInputConsumer()
10057 mWallpaperInputConsumer.disposeChannelsLw(); in removeWallpaperInputConsumer()
10058 mWallpaperInputConsumer = null; in removeWallpaperInputConsumer()