Searched refs:sGlobals (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 381 private static Globals sGlobals; field in WallpaperManager 385 if (sGlobals == null) { in initGlobals() 386 sGlobals = new Globals(looper); in initGlobals() 406 return sGlobals.mService; in getIWallpaperManager() 419 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM); in getDrawable() 485 if (sGlobals.mService == null) { in getBuiltInDrawable() 650 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM); in peekDrawable() 673 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM); in getFastDrawable() 688 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM); in peekFastDrawable() 710 return sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM, userId); in getBitmapAsUser() [all …]
|