Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperManager.java346 private static Globals sGlobals; field in WallpaperManager
350 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 …]