Searched refs:getBitmapAsUser (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/ |
H A D | ImageWallpaper.java | 327 ? mWallpaperManager.getBitmapAsUser( in loadWallpaperAndDrawFrameInternal() 329 : mWallpaperManager.getBitmapAsUser(mUserTracker.getUserId(), false); in loadWallpaperAndDrawFrameInternal() 349 ? mWallpaperManager.getBitmapAsUser( in loadWallpaperAndDrawFrameInternal() 351 : mWallpaperManager.getBitmapAsUser(mUserTracker.getUserId(), false); in loadWallpaperAndDrawFrameInternal()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | WallpaperManager.java | 1397 return getBitmapAsUser(mContext.getUserId(), hardware); in getBitmap() 1410 return getBitmapAsUser(mContext.getUserId(), hardware, which); in getBitmap() 1418 public Bitmap getBitmapAsUser(int userId, boolean hardware) { in getBitmapAsUser() method 1431 public Bitmap getBitmapAsUser(int userId, boolean hardware, @SetWallpaperFlags int which) { in getBitmapAsUser() method 1433 return getBitmapAsUser(userId, hardware, which, returnDefault); in getBitmapAsUser() 1445 public Bitmap getBitmapAsUser(int userId, boolean hardware, in getBitmapAsUser() method
|
H A D | DisabledWallpaperManager.java | 135 public Bitmap getBitmapAsUser(int userId, boolean hardware) { in getBitmapAsUser() method in DisabledWallpaperManager
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallpapers/ |
H A D | ImageWallpaperTest.java | 114 when(mWallpaperManager.getBitmapAsUser(eq(ActivityManager.getCurrentUser()), anyBoolean())) in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | LockscreenWallpaper.java | 181 return LoaderResult.success(mWallpaperManager.getBitmapAsUser( in loadBitmap()
|
/aosp14/frameworks/base/core/api/ |
H A D | test-current.txt | 485 method @Nullable public android.graphics.Bitmap getBitmapAsUser(int, boolean, int);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 9595 Landroid/app/WallpaperManager;->getBitmapAsUser(IZ)Landroid/graphics/Bitmap;
|