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

/frameworks/base/core/java/android/app/
H A DWallpaperManager.java346 private static Globals sGlobals; field in class:WallpaperManager
350 if (sGlobals == null) {
351 sGlobals = new Globals(looper);
371 return sGlobals.mService;
384 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true);
416 if (sGlobals.mService == null) {
575 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false);
598 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true);
613 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false);
626 return sGlobals
[all...]

Completed in 160 milliseconds