Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/
DImageWallpaper.java378 bitmap = mWallpaperManager.getBitmapAsUser( in loadWallpaperAndDrawFrameInternal()
396 bitmap = mWallpaperManager.getBitmapAsUser( in loadWallpaperAndDrawFrameInternal()
/frameworks/base/core/java/android/app/
DDisabledWallpaperManager.java135 public Bitmap getBitmapAsUser(int userId, boolean hardware) { in getBitmapAsUser() method in DisabledWallpaperManager
DWallpaperManager.java1471 return getBitmapAsUser(mContext.getUserId(), hardware); in getBitmap()
1484 return getBitmapAsUser(mContext.getUserId(), hardware, which); in getBitmap()
1492 public Bitmap getBitmapAsUser(int userId, boolean hardware) { in getBitmapAsUser() method
1505 public Bitmap getBitmapAsUser(int userId, boolean hardware, @SetWallpaperFlags int which) { in getBitmapAsUser() method
1507 return getBitmapAsUser(userId, hardware, which, returnDefault); in getBitmapAsUser()
1519 public Bitmap getBitmapAsUser(int userId, boolean hardware, in getBitmapAsUser() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallpapers/
DImageWallpaperTest.java119 when(mWallpaperManager.getBitmapAsUser( in setUp()
/frameworks/base/core/api/
Dtest-current.txt526 method @Nullable public android.graphics.Bitmap getBitmapAsUser(int, boolean, int);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9595 Landroid/app/WallpaperManager;->getBitmapAsUser(IZ)Landroid/graphics/Bitmap;