Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/
H A DImageWallpaper.java327 ? 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 DWallpaperManager.java1397 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 DDisabledWallpaperManager.java135 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 DImageWallpaperTest.java114 when(mWallpaperManager.getBitmapAsUser(eq(ActivityManager.getCurrentUser()), anyBoolean())) in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenWallpaper.java181 return LoaderResult.success(mWallpaperManager.getBitmapAsUser( in loadBitmap()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt485 method @Nullable public android.graphics.Bitmap getBitmapAsUser(int, boolean, int);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9595 Landroid/app/WallpaperManager;->getBitmapAsUser(IZ)Landroid/graphics/Bitmap;