Searched refs:sGlobals (Results 1 – 1 of 1) sorted by relevance
333 private static Globals sGlobals; field in WallpaperManager337 if (sGlobals == null) { in initGlobals()338 sGlobals = new Globals(looper); in initGlobals()358 return sGlobals.mService; in getIWallpaperManager()371 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true); in getDrawable()403 if (sGlobals.mService == null) { in getBuiltInDrawable()559 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false); in peekDrawable()582 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true); in getFastDrawable()597 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false); in peekFastDrawable()610 return sGlobals.peekWallpaperBitmap(mContext, true); in getBitmap()[all …]