Searched refs:sGlobals (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 392 private static Globals sGlobals; field in WallpaperManager 396 if (sGlobals == null) { in initGlobals() 397 sGlobals = new Globals(looper); in initGlobals() 417 return sGlobals.mService; in getIWallpaperManager() 436 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM); in getDrawable() 502 if (sGlobals.mService == null) { in getBuiltInDrawable() 667 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM); in peekDrawable() 690 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM); in getFastDrawable() 705 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM); in peekFastDrawable() 727 return sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM, userId); in getBitmapAsUser() [all …]
|