Searched refs:mWallpaperInputConsumer (Results 1 – 3 of 3) sorted by relevance
285 boolean addWallpaperInputConsumerHandle = mService.mWallpaperInputConsumer != null; in updateInputWindowsLw()311 addInputWindowHandleLw(mService.mWallpaperInputConsumer.mWindowHandle); in updateInputWindowsLw()345 addInputWindowHandleLw(mService.mWallpaperInputConsumer.mWindowHandle); in updateInputWindowsLw()
909 if (mService.mWallpaperInputConsumer != null) { in performLayoutLockedInner()910 mService.mWallpaperInputConsumer.layout(dw, dh); in performLayoutLockedInner()
440 InputConsumerImpl mWallpaperInputConsumer; field in WindowManagerService10047 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()