HomeSort by relevance Sort by last modified time
    Searched full:sglobals (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/app/
WallpaperManager.java 316 private static Globals sGlobals;
320 if (sGlobals == null) {
321 sGlobals = new Globals(looper);
341 return sGlobals.mService;
354 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true);
373 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false);
396 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true);
412 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false);
427 return sGlobals.mService.getWallpaperInfo();
448 ParcelFileDescriptor fd = sGlobals.mService.setWallpaper
    [all...]

Completed in 460 milliseconds