Searched refs:sGlobals (Results 1 – 1 of 1) sorted by relevance
346 private static Globals sGlobals; field in WallpaperManager350 if (sGlobals == null) { in initGlobals()351 sGlobals = new Globals(looper); in initGlobals()371 return sGlobals.mService; in getIWallpaperManager()384 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true); in getDrawable()416 if (sGlobals.mService == null) { in getBuiltInDrawable()572 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false); in peekDrawable()595 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true); in getFastDrawable()610 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false); in peekFastDrawable()623 return sGlobals.peekWallpaperBitmap(mContext, true); in getBitmap()[all …]