Searched refs:getBitmapAsUser (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/ |
D | ImageWallpaper.java | 378 bitmap = mWallpaperManager.getBitmapAsUser( in loadWallpaperAndDrawFrameInternal() 396 bitmap = mWallpaperManager.getBitmapAsUser( in loadWallpaperAndDrawFrameInternal()
|
/frameworks/base/core/java/android/app/ |
D | DisabledWallpaperManager.java | 135 public Bitmap getBitmapAsUser(int userId, boolean hardware) { in getBitmapAsUser() method in DisabledWallpaperManager
|
D | WallpaperManager.java | 1471 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/ |
D | ImageWallpaperTest.java | 119 when(mWallpaperManager.getBitmapAsUser( in setUp()
|
/frameworks/base/core/api/ |
D | test-current.txt | 526 method @Nullable public android.graphics.Bitmap getBitmapAsUser(int, boolean, int);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 9595 Landroid/app/WallpaperManager;->getBitmapAsUser(IZ)Landroid/graphics/Bitmap;
|