Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWallpaperControllerTests.java37 Bitmap wallpaperBitmap = sWm.mRoot.mWallpaperController.screenshotWallpaperLocked(); in testWallpaperScreenshot()
45 wallpaperBitmap = mWallpaperController.screenshotWallpaperLocked(); in testWallpaperScreenshot()
51 wallpaperBitmap = mWallpaperController.screenshotWallpaperLocked(); in testWallpaperScreenshot()
58 wallpaperBitmap = mWallpaperController.screenshotWallpaperLocked(); in testWallpaperScreenshot()
63 wallpaperBitmap = mWallpaperController.screenshotWallpaperLocked(); in testWallpaperScreenshot()
/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperController.java700 Bitmap screenshotWallpaperLocked() { in screenshotWallpaperLocked() method in WallpaperController
DWindowManagerService.java3696 return mRoot.mWallpaperController.screenshotWallpaperLocked(); in screenshotWallpaper()