Home
last modified time | relevance | path

Searched refs:sGlobals (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DWallpaperManager.java365 synchronized (sGlobals) { in onWallpaperColorsChanged()
501 private static Globals sGlobals; field in WallpaperManager
505 if (sGlobals == null) { in initGlobals()
506 sGlobals = new Globals(service, looper); in initGlobals()
527 return sGlobals.mService; in getIWallpaperManager()
546 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM); in getDrawable()
612 if (sGlobals.mService == null) { in getBuiltInDrawable()
777 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM); in peekDrawable()
801 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM); in getFastDrawable()
817 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM); in peekFastDrawable()
[all …]