Searched refs:sGlobals (Results 1 – 1 of 1) sorted by relevance
365 synchronized (sGlobals) { in onWallpaperColorsChanged()501 private static Globals sGlobals; field in WallpaperManager505 if (sGlobals == null) { in initGlobals()506 sGlobals = new Globals(service, looper); in initGlobals()529 return sGlobals.mService; in getIWallpaperManager()548 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM); in getDrawable()614 if (sGlobals.mService == null) { in getBuiltInDrawable()779 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM); in peekDrawable()803 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM); in getFastDrawable()819 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM); in peekFastDrawable()[all …]