Searched defs:sGlobals (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DWallpaperManager.java312 private static Globals sGlobals; field in class:WallpaperManager
316 if (sGlobals == null) {
317 sGlobals = new Globals(looper);
337 return sGlobals.mService;
350 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true);
369 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false);
392 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true);
407 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false);
420 return sGlobals.peekWallpaperBitmap(mContext, true);
430 sGlobals
[all...]

Completed in 27 milliseconds