Searched refs:wallpaperManager (Results 1 – 9 of 9) sorted by relevance
139 WallpaperManager wallpaperManager = WallpaperManager.getInstance(activity); in setCurrentLiveWallpaper() local140 wallpaperManager.setWallpaperComponent( in setCurrentLiveWallpaper()142 wallpaperManager.setWallpaperOffsetSteps(0.5f /* xStep */, 0.0f /* yStep */); in setCurrentLiveWallpaper()143 wallpaperManager.setWallpaperOffsets( in setCurrentLiveWallpaper()147 wallpaperManager.clear(WallpaperManager.FLAG_LOCK); in setCurrentLiveWallpaper()
337 WallpaperManager wallpaperManager = WallpaperManager.getInstance(mActivity); in getWallpaperSupportLevel() local340 if (wallpaperManager.isWallpaperSupported()) { in getWallpaperSupportLevel()341 return wallpaperManager.isSetWallpaperAllowed() in getWallpaperSupportLevel()347 return wallpaperManager.isWallpaperSupported() in getWallpaperSupportLevel()355 wallpaperManager.forgetLoadedWallpaper(); in getWallpaperSupportLevel()
66 WallpaperManager wallpaperManager = WallpaperManager.getInstance(mApplicationContext); in getCurrentWallpaperDrawable() local69 drawable = wallpaperManager.getDrawable(); in getCurrentWallpaperDrawable()73 drawable = wallpaperManager.getBuiltInDrawable(); in getCurrentWallpaperDrawable()
143 final WallpaperManager wallpaperManager = WallpaperManager.getInstance(mContext); in doInBackground() local145 Drawable drawable = wallpaperManager.getBuiltInDrawable( in doInBackground()154 wallpaperManager.forgetLoadedWallpaper(); in doInBackground()
114 public CurrentWallpaperVNKey(WallpaperManager wallpaperManager, in CurrentWallpaperVNKey() argument116 mWallpaperManager = wallpaperManager; in CurrentWallpaperVNKey()
76 final WallpaperManager wallpaperManager = (WallpaperManager) context.getSystemService( in onStartJob() local88 boolean isLiveWallpaperSet = wallpaperManager.getWallpaperInfo() != null; in onStartJob()93 wallpaperManager.forgetLoadedWallpaper(); in onStartJob()
49 WallpaperManager wallpaperManager = WallpaperManager.getInstance(context); in onReceive() local53 if (!wallpaperManager.isWallpaperSupported()) { in onReceive()
56 WallpaperManager wallpaperManager = WallpaperManager.getInstance(application); in setUp() local58 shadowApplication.setSystemService(Context.WALLPAPER_SERVICE, wallpaperManager); in setUp()
60 WallpaperManager wallpaperManager = WallpaperManager.getInstance(application); in setUp() local62 shadowApplication.setSystemService(Context.WALLPAPER_SERVICE, wallpaperManager); in setUp()